Home
last modified time | relevance | path

Searched refs:submitted_synchronously (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc40 bool submitted_synchronously; member
98 new_context->submitted_synchronously = false; in AllocContext()
129 if (context->submitted_synchronously) Release(thr, pc, submit_sync); in dispatch_sync_post_execute()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc42 bool submitted_synchronously; member
100 new_context->submitted_synchronously = false; in AllocContext()
131 if (context->submitted_synchronously) Release(thr, pc, submit_sync); in dispatch_sync_post_execute()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp34 bool submitted_synchronously; member
90 new_context->submitted_synchronously = false; in AllocContext()
121 if (context->submitted_synchronously) Release(thr, pc, submit_sync); in dispatch_sync_post_execute()