Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc201 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_wait, dispatch_semaphore_t dsema, in TSAN_INTERCEPTOR() argument
203 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_wait, dsema, timeout); in TSAN_INTERCEPTOR()
204 long_t result = REAL(dispatch_semaphore_wait)(dsema, timeout); in TSAN_INTERCEPTOR()
/external/compiler-rt/test/tsan/Darwin/
Dgcd-semaphore-norace.mm20 dispatch_semaphore_wait(sem, DISPATCH_TIME_FOREVER);