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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 40 dispatch_function_t orig_work; member in struct:__tsan::__anon4158
92 dispatch_function_t orig_work) {
98 new_context->orig_work = orig_work;
150 context->orig_work(context->orig_context);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 32 dispatch_function_t orig_work; member in struct:__tsan::__anon14626
83 dispatch_function_t orig_work) {
88 new_context->orig_work = orig_work;
140 context->orig_work(context->orig_context);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 32 dispatch_function_t orig_work; member in struct:__tsan::__anon17026
83 dispatch_function_t orig_work) {
88 new_context->orig_work = orig_work;
140 context->orig_work(context->orig_context);

Completed in 76 milliseconds