Searched refs:dispatch_semaphore_signal (Results 1 – 2 of 2) sorted by relevance
164 return dispatch_semaphore_signal((dispatch_semaphore_t)s); in heim_ipc_semaphore_signal()
321 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_signal, in TSAN_INTERCEPTOR() argument323 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_signal, dsema); in TSAN_INTERCEPTOR()325 return REAL(dispatch_semaphore_signal)(dsema); in TSAN_INTERCEPTOR()785 INTERCEPT_FUNCTION(dispatch_semaphore_signal); in InitializeLibdispatchInterceptors()