Lines Matching refs:INTERCEPT_FUNCTION
296 INTERCEPT_FUNCTION(pthread_mutex_destroy); in InitializeInterceptors()
297 INTERCEPT_FUNCTION(pthread_mutex_lock); in InitializeInterceptors()
298 INTERCEPT_FUNCTION(pthread_mutex_trylock); in InitializeInterceptors()
299 INTERCEPT_FUNCTION(pthread_mutex_unlock); in InitializeInterceptors()
301 INTERCEPT_FUNCTION(pthread_spin_destroy); in InitializeInterceptors()
302 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors()
303 INTERCEPT_FUNCTION(pthread_spin_trylock); in InitializeInterceptors()
304 INTERCEPT_FUNCTION(pthread_spin_unlock); in InitializeInterceptors()
306 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
307 INTERCEPT_FUNCTION(pthread_rwlock_rdlock); in InitializeInterceptors()
308 INTERCEPT_FUNCTION(pthread_rwlock_tryrdlock); in InitializeInterceptors()
309 INTERCEPT_FUNCTION(pthread_rwlock_timedrdlock); in InitializeInterceptors()
310 INTERCEPT_FUNCTION(pthread_rwlock_wrlock); in InitializeInterceptors()
311 INTERCEPT_FUNCTION(pthread_rwlock_trywrlock); in InitializeInterceptors()
312 INTERCEPT_FUNCTION(pthread_rwlock_timedwrlock); in InitializeInterceptors()
313 INTERCEPT_FUNCTION(pthread_rwlock_unlock); in InitializeInterceptors()
323 INTERCEPT_FUNCTION(realpath); in InitializeInterceptors()
324 INTERCEPT_FUNCTION(read); in InitializeInterceptors()
325 INTERCEPT_FUNCTION(pread); in InitializeInterceptors()