Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp512 uptr child_to_parent_sync = (uptr)&sync2; variable
521 Release(thr, pc, child_to_parent_sync);
526 Acquire(thr, pc, child_to_parent_sync);
543 uptr child_to_parent_sync = (uptr)&sync2; in TSAN_INTERCEPTOR() local
552 Release(thr, pc, child_to_parent_sync); in TSAN_INTERCEPTOR()
557 Acquire(thr, pc, child_to_parent_sync); in TSAN_INTERCEPTOR()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc487 void *child_to_parent_sync = nullptr; variable
488 uptr child_to_parent_sync_uptr = (uptr)&child_to_parent_sync;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc489 void *child_to_parent_sync = nullptr; variable
490 uptr child_to_parent_sync_uptr = (uptr)&child_to_parent_sync;