Searched refs:child_to_parent_sync (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp484 uptr child_to_parent_sync = (uptr)&sync2; local
493 Release(thr, pc, child_to_parent_sync);
498 Acquire(thr, pc, child_to_parent_sync);
515 uptr child_to_parent_sync = (uptr)&sync2; local
524 Release(thr, pc, child_to_parent_sync);
529 Acquire(thr, pc, child_to_parent_sync);

Completed in 243 milliseconds