HomeSort by: relevance | last modified time | path
    Searched defs:orig_context (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 39 void *orig_context; member in struct:__tsan::__anonb0bb39d30108
91 void *orig_context,
97 new_context->orig_context = orig_context;
150 context->orig_work(context->orig_context);
401 new_context.orig_context = handler; // To explicitly capture "handler".
430 new_context.orig_context = handler; // To explicitly capture "handler".
461 new_context.orig_context = handler; // To explicitly capture "handler".
552 new_context.orig_context = ^(void) {
569 new_context.orig_context = ^(void)
    [all...]
tsan_libdispatch_mac.cc 39 void *orig_context; member in struct:__tsan::__anonb0bb39d30108
91 void *orig_context,
97 new_context->orig_context = orig_context;
150 context->orig_work(context->orig_context);
401 new_context.orig_context = handler; // To explicitly capture "handler".
430 new_context.orig_context = handler; // To explicitly capture "handler".
461 new_context.orig_context = handler; // To explicitly capture "handler".
552 new_context.orig_context = ^(void) {
569 new_context.orig_context = ^(void)
    [all...]

Completed in 21 milliseconds