Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
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()