Searched refs:dispatch_semaphore_wait (Results 1 – 2 of 2) sorted by relevance
131 return dispatch_semaphore_wait((dispatch_semaphore_t)s, timeout); in heim_ipc_semaphore_wait()
328 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_wait, dispatch_semaphore_t dsema, in TSAN_INTERCEPTOR() argument330 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_wait, dsema, timeout); in TSAN_INTERCEPTOR()331 long_t result = REAL(dispatch_semaphore_wait)(dsema, timeout); in TSAN_INTERCEPTOR()786 INTERCEPT_FUNCTION(dispatch_semaphore_wait); in InitializeLibdispatchInterceptors()