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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 42 bool submitted_synchronously; member in struct:__tsan::__anon4158
100 new_context->submitted_synchronously = false;
131 if (context->submitted_synchronously) Release(thr, pc, submit_sync);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 34 bool submitted_synchronously; member in struct:__tsan::__anon14626
90 new_context->submitted_synchronously = false;
121 if (context->submitted_synchronously) Release(thr, pc, submit_sync);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 34 bool submitted_synchronously; member in struct:__tsan::__anon17026
90 new_context->submitted_synchronously = false;
121 if (context->submitted_synchronously) Release(thr, pc, submit_sync);

Completed in 25 milliseconds