Searched refs:PTH_FUNC (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_intercepts.c69 #define PTH_FUNC(ret_ty, f, args...) \ macro
297 PTH_FUNC(int, pthreadZucreateZAZa, // pthread_create@* function
303 PTH_FUNC(int, pthreadZucreate, // pthread_create function
308 PTH_FUNC(int, pthreadZucreateZuZa, // pthread_create_* function
351 PTH_FUNC(int, pthreadZujoin, // pthread_join function
356 PTH_FUNC(int, pthreadZujoinZa, // pthread_join* function
420 PTH_FUNC(int, pthreadZumutexZuinit, // pthread_mutex_init function
459 PTH_FUNC(int, pthreadZumutexZudestroy, // pthread_mutex_destroy function
497 PTH_FUNC(int, pthreadZumutexZulock, // pthread_mutex_lock function
541 PTH_FUNC(in function
581 PTH_FUNC(int, pthreadZumutexZutimedlock, // pthread_mutex_timedlock function
621 PTH_FUNC(int, pthreadZumutexZuunlock, // pthread_mutex_unlock function
726 PTH_FUNC(int, pthreadZucondZuwaitZAZa, // pthread_cond_wait@* function
731 PTH_FUNC(int, pthreadZucondZuwaitZa, // pthread_cond_wait* function
816 PTH_FUNC(int, pthreadZucondZutimedwaitZAZa, // pthread_cond_timedwait@* function
822 PTH_FUNC(int, pthreadZucondZutimedwait, // pthread_cond_timedwait function
827 PTH_FUNC(int, pthreadZucondZutimedwaitZDZa, // pthread_cond_timedwait$* function
832 PTH_FUNC(int, pthreadZucondZutimedwaitZuZa, // pthread_cond_timedwait_* function
877 PTH_FUNC(int, pthreadZucondZusignalZAZa, // pthread_cond_signal@* function
882 PTH_FUNC(int, pthreadZucondZusignal, // pthread_cond_signal function
929 PTH_FUNC(int, pthreadZucondZubroadcastZAZa, // pthread_cond_broadcast@* function
934 PTH_FUNC(int, pthreadZucondZubroadcast, // pthread_cond_broadcast function
978 PTH_FUNC(int, pthreadZucondZuinitZAZa, // pthread_cond_init@* function
983 PTH_FUNC(int, pthreadZucondZuinit, // pthread_cond_init function
1035 PTH_FUNC(int, pthreadZucondZudestroyZAZa, // pthread_cond_destroy@* function
1040 PTH_FUNC(int, pthreadZucondZudestroy, // pthread_cond_destroy function
1069 PTH_FUNC(int, pthreadZubarrierZuinit, // pthread_barrier_init function
1105 PTH_FUNC(int, pthreadZubarrierZuwait, // pthread_barrier_wait function
1142 PTH_FUNC(int, pthreadZubarrierZudestroy, // pthread_barrier_destroy function
1224 PTH_FUNC(int, pthreadZuspinZuinit, // pthread_spin_init function
1228 PTH_FUNC(int, pthreadZuspinZuunlock, // pthread_spin_unlock function
1244 PTH_FUNC(int, pthreadZuspinZudestroy, // pthread_spin_destroy function
1281 PTH_FUNC(int, pthreadZuspinZulock, // pthread_spin_lock function
1326 PTH_FUNC(int, pthreadZuspinZutrylock, // pthread_spin_trylock function
1419 PTH_FUNC(int, pthreadZurwlockZuinit, // pthread_rwlock_init function
1425 PTH_FUNC(int, pthreadZurwlockZuinitZa, // pthread_rwlock_init* function
1465 PTH_FUNC(int, pthreadZurwlockZudestroy, // pthread_rwlock_destroy function
1470 PTH_FUNC(int, pthreadZurwlockZudestroyZa, // pthread_rwlock_destroy* function
1513 PTH_FUNC(int, pthreadZurwlockZuwrlock, // pthread_rwlock_wrlock function
1518 PTH_FUNC(int, pthreadZurwlockZuwrlockZa, // pthread_rwlock_wrlock* function
1561 PTH_FUNC(int, pthreadZurwlockZurdlock, // pthread_rwlock_rdlock function
1566 PTH_FUNC(int, pthreadZurwlockZurdlockZa, // pthread_rwlock_rdlock* function
1615 PTH_FUNC(int, pthreadZurwlockZutrywrlock, // pthread_rwlock_trywrlock function
1620 PTH_FUNC(int, pthreadZurwlockZutrywrlockZa, // pthread_rwlock_trywrlock* function
1669 PTH_FUNC(int, pthreadZurwlockZutryrdlock, // pthread_rwlock_tryrdlock function
1674 PTH_FUNC(int, pthreadZurwlockZutryrdlockZa, // pthread_rwlock_tryrdlock* function
1715 PTH_FUNC(int, pthreadZurwlockZuunlock, // pthread_rwlock_unlock function
1720 PTH_FUNC(int, pthreadZurwlockZuunlockZa, // pthread_rwlock_unlock* function
1791 PTH_FUNC(int, semZuinitZAZa, // sem_init@* function
1796 PTH_FUNC(int, semZuinit, // sem_init function
1838 PTH_FUNC(int, semZudestroyZAZa, // sem_destroy* function
1843 PTH_FUNC(int, semZudestroy, // sem_destroy function
1889 PTH_FUNC(int, semZuwait, sem_t* sem) { /* sem_wait */ function
1892 PTH_FUNC(int, semZuwaitZAZa, sem_t* sem) { /* sem_wait@* */ function
1896 PTH_FUNC(int, semZuwait, sem_t* sem) { /* sem_wait */ function
1899 PTH_FUNC(int, semZuwaitZDZa, sem_t* sem) { /* sem_wait$* */ function
1943 PTH_FUNC(int, semZupost, sem_t* sem) { /* sem_post */ function
1946 PTH_FUNC(int, semZupostZAZa, sem_t* sem) { /* sem_post@* */ function
1950 PTH_FUNC(int, semZupost, sem_t* sem) { /* sem_post */ function
1962 PTH_FUNC(sem_t*, semZuopen, function
1999 PTH_FUNC(int, sem_close, sem_t* sem) function
[all...]
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c93 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ macro
105 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ macro
119 PTH_FUNC(ret_ty, zf, implf, argl_decl, argl); \
120 PTH_FUNC(ret_ty, zf ## ZAZa, implf, argl_decl, argl); \
121 PTH_FUNC(ret_ty, zf ## ZDZa, implf, argl_decl, argl);

Completed in 113 milliseconds