Home
last modified time | relevance | path

Searched defs:dispatch_semaphore_wait (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dstack-capture-leak-arc.mm161 long dispatch_semaphore_wait(dispatch_semaphore_t dsema, dispatch_time_t timeout); function
H A Dgcdantipatternchecker_test.m23 void dispatch_semaphore_wait(dispatch_semaphore_t, int); function
H A Dautoreleasewritechecker_test.m63 void dispatch_semaphore_wait(dispatch_semaphore_t, int); function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp328 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_wait, dispatch_semaphore_t dsema, in TSAN_INTERCEPTOR() argument