Lines Matching defs:res
52 int res = REAL(pthread_mutex_lock)(m); in INTERCEPTOR() local
59 int res = REAL(pthread_mutex_trylock)(m); in INTERCEPTOR() local
73 int res = REAL(pthread_spin_destroy)(m); in INTERCEPTOR() local
81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR() local
88 int res = REAL(pthread_spin_trylock)(m); in INTERCEPTOR() local
109 int res = REAL(pthread_rwlock_rdlock)(m); in INTERCEPTOR() local
116 int res = REAL(pthread_rwlock_tryrdlock)(m); in INTERCEPTOR() local
125 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in INTERCEPTOR() local
134 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR() local
141 int res = REAL(pthread_rwlock_trywrlock)(m); in INTERCEPTOR() local
150 int res = REAL(pthread_rwlock_timedwrlock)(m, abstime); in INTERCEPTOR() local
188 int res = REAL(pthread_cond_wait)(cond, m); in INTERCEPTOR() local
199 int res = REAL(pthread_cond_timedwait)(cond, m, abstime); in INTERCEPTOR() local
219 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR() local