Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp511 uptr parent_to_child_sync = (uptr)&sync1; variable
514 Release(thr, pc, parent_to_child_sync);
517 Acquire(thr, pc, parent_to_child_sync);
542 uptr parent_to_child_sync = (uptr)&sync1; in TSAN_INTERCEPTOR() local
545 Release(thr, pc, parent_to_child_sync); in TSAN_INTERCEPTOR()
548 Acquire(thr, pc, parent_to_child_sync); in TSAN_INTERCEPTOR()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc485 void *parent_to_child_sync = nullptr; variable
486 uptr parent_to_child_sync_uptr = (uptr)&parent_to_child_sync;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc487 void *parent_to_child_sync = nullptr; variable
488 uptr parent_to_child_sync_uptr = (uptr)&parent_to_child_sync;