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

/external/valgrind/main/helgrind/
H A Dhg_intercepts.c69 #define PTH_FUNC(ret_ty, f, args...) \ macro
283 PTH_FUNC(int, pthreadZucreateZAZa, // pthread_create@* function
289 PTH_FUNC(int, pthreadZucreate, // pthread_create function
294 PTH_FUNC(int, pthreadZucreateZuZa, // pthread_create_* function
337 PTH_FUNC(int, pthreadZujoin, // pthread_join function
342 PTH_FUNC(int, pthreadZujoinZa, // pthread_join* function
406 PTH_FUNC(int, pthreadZumutexZuinit, // pthread_mutex_init function
445 PTH_FUNC(int, pthreadZumutexZudestroy, // pthread_mutex_destroy function
474 PTH_FUNC(int, pthreadZumutexZulock, // pthread_mutex_lock function
518 PTH_FUNC(in function
558 PTH_FUNC(int, pthreadZumutexZutimedlock, // pthread_mutex_timedlock function
598 PTH_FUNC(int, pthreadZumutexZuunlock, // pthread_mutex_unlock function
705 PTH_FUNC(int, pthreadZucondZuwaitZAZa, // pthread_cond_wait@* function
710 PTH_FUNC(int, pthreadZucondZuwaitZa, // pthread_cond_wait* function
794 PTH_FUNC(int, pthreadZucondZutimedwaitZAZa, // pthread_cond_timedwait@* function
800 PTH_FUNC(int, pthreadZucondZutimedwait, // pthread_cond_timedwait function
805 PTH_FUNC(int, pthreadZucondZutimedwaitZDZa, // pthread_cond_timedwait$* function
810 PTH_FUNC(int, pthreadZucondZutimedwaitZuZa, // pthread_cond_timedwait_* function
855 PTH_FUNC(int, pthreadZucondZusignalZAZa, // pthread_cond_signal@* function
860 PTH_FUNC(int, pthreadZucondZusignal, // pthread_cond_signal function
907 PTH_FUNC(int, pthreadZucondZubroadcastZAZa, // pthread_cond_broadcast@* function
912 PTH_FUNC(int, pthreadZucondZubroadcast, // pthread_cond_broadcast function
956 PTH_FUNC(int, pthreadZucondZudestroyZAZa, // pthread_cond_destroy@* function
961 PTH_FUNC(int, pthreadZucondZudestroy, // pthread_cond_destroy function
990 PTH_FUNC(int, pthreadZubarrierZuinit, // pthread_barrier_init function
1026 PTH_FUNC(int, pthreadZubarrierZuwait, // pthread_barrier_wait function
1063 PTH_FUNC(int, pthreadZubarrierZudestroy, // pthread_barrier_destroy function
1144 PTH_FUNC(int, pthreadZuspinZuinit, // pthread_spin_init function
1148 PTH_FUNC(int, pthreadZuspinZuunlock, // pthread_spin_unlock function
1164 PTH_FUNC(int, pthreadZuspinZudestroy, // pthread_spin_destroy function
1201 PTH_FUNC(int, pthreadZuspinZulock, // pthread_spin_lock function
1246 PTH_FUNC(int, pthreadZuspinZutrylock, // pthread_spin_trylock function
1339 PTH_FUNC(int, pthreadZurwlockZuinit, // pthread_rwlock_init function
1345 PTH_FUNC(int, pthreadZurwlockZuinitZa, // pthread_rwlock_init* function
1385 PTH_FUNC(int, pthreadZurwlockZudestroy, // pthread_rwlock_destroy function
1390 PTH_FUNC(int, pthreadZurwlockZudestroyZa, // pthread_rwlock_destroy* function
1433 PTH_FUNC(int, pthreadZurwlockZuwrlock, // pthread_rwlock_wrlock function
1438 PTH_FUNC(int, pthreadZurwlockZuwrlockZa, // pthread_rwlock_wrlock* function
1481 PTH_FUNC(int, pthreadZurwlockZurdlock, // pthread_rwlock_rdlock function
1486 PTH_FUNC(int, pthreadZurwlockZurdlockZa, // pthread_rwlock_rdlock* function
1535 PTH_FUNC(int, pthreadZurwlockZutrywrlock, // pthread_rwlock_trywrlock function
1540 PTH_FUNC(int, pthreadZurwlockZutrywrlockZa, // pthread_rwlock_trywrlock* function
1589 PTH_FUNC(int, pthreadZurwlockZutryrdlock, // pthread_rwlock_tryrdlock function
1594 PTH_FUNC(int, pthreadZurwlockZutryrdlockZa, // pthread_rwlock_tryrdlock* function
1635 PTH_FUNC(int, pthreadZurwlockZuunlock, // pthread_rwlock_unlock function
1640 PTH_FUNC(int, pthreadZurwlockZuunlockZa, // pthread_rwlock_unlock* function
1711 PTH_FUNC(int, semZuinitZAZa, // sem_init@* function
1716 PTH_FUNC(int, semZuinit, // sem_init function
1758 PTH_FUNC(int, semZudestroyZAZa, // sem_destroy* function
1763 PTH_FUNC(int, semZudestroy, // sem_destroy function
1809 PTH_FUNC(int, semZuwait, sem_t* sem) { /* sem_wait */ function
1812 PTH_FUNC(int, semZuwaitZAZa, sem_t* sem) { /* sem_wait@* */ function
1816 PTH_FUNC(int, semZuwait, sem_t* sem) { /* sem_wait */ function
1819 PTH_FUNC(int, semZuwaitZDZa, sem_t* sem) { /* sem_wait$* */ function
1863 PTH_FUNC(int, semZupost, sem_t* sem) { /* sem_post */ function
1866 PTH_FUNC(int, semZupostZAZa, sem_t* sem) { /* sem_post@* */ function
1870 PTH_FUNC(int, semZupost, sem_t* sem) { /* sem_post */ function
1882 PTH_FUNC(sem_t*, semZuopen, function
1919 PTH_FUNC(int, sem_close, sem_t* sem) function
[all...]
/external/valgrind/tsan/
H A Dts_valgrind_intercepts.c91 #define PTH_FUNC(ret_ty, f, args...) \ macro
724 PTH_FUNC(int, pthreadZucreate, // pthread_create (Darwin) function
729 PTH_FUNC(int, pthreadZucreateZAZa, // pthread_create@* (Linux) function
762 PTH_FUNC(int, pthreadZujoin, // pthread_join (Linux) function
768 PTH_FUNC(int, pthreadZujoin$Za, // pthread_join$* (Darwin) function
819 PTH_FUNC(int, pthreadZuexit, void* retval) // pthread_exit (Android) function
849 PTH_FUNC(int, pthreadZumutexZuinit, // pthread_mutex_init function
886 PTH_FUNC(int, pthreadZumutexZudestroy, // pthread_mutex_destroy function
913 PTH_FUNC(int, pthreadZumutexZulock, // pthread_mutex_lock function
986 PTH_FUNC(in function
995 PTH_FUNC(int, pthreadZumutexZutimedlock, // pthread_mutex_timedlock function
1030 PTH_FUNC(int, pthreadZumutexZuunlock, // pthread_mutex_unlock function
1057 PTH_FUNC(int, pthreadZuspinZuinit, void *lock, int pshared) { function
1076 PTH_FUNC(int, pthreadZuspinZudestroy, void *lock) { function
1093 PTH_FUNC(int, pthreadZuspinZulock, void *lock) { function
1113 PTH_FUNC(int, pthreadZuspinZutrylock, void *lock) { function
1133 PTH_FUNC(int, pthreadZuspinZuunlock, void *lock) { function
1199 PTH_FUNC(int, pthreadZucondZuwaitZAZa, // pthread_cond_wait@* function
1205 PTH_FUNC(int, pthreadZucondZuwait$Za, // pthread_cond_wait$* function
1258 PTH_FUNC(int, pthreadZucondZutimedwaitZAZa, // pthread_cond_timedwait@* function
1265 PTH_FUNC(int, pthreadZucondZutimedwait$Za, // pthread_cond_timedwait$* function
1272 PTH_FUNC(int, pthreadZucondZutimedwaitZurelativeZunp, // pthread_cond_timedwait_relative_np function
1308 PTH_FUNC(int, pthreadZucondZusignal, // pthread_cond_signal function
1314 PTH_FUNC(int, pthreadZucondZusignalZAZa, // pthread_cond_signal@* function
1353 PTH_FUNC(int, pthreadZucondZubroadcast, // pthread_cond_broadcast function
1359 PTH_FUNC(int, pthreadZucondZubroadcastZAZa, // pthread_cond_broadcast@* function
1399 PTH_FUNC(int, pthreadZubarrierZuwait, // pthread_barrier_wait function
1406 PTH_FUNC(int, pthreadZubarrierZuinit, void *b, void *a, unsigned n) { function
1456 PTH_FUNC(int, pthreadZurwlockZuinit, // pthread_rwlock_init function
1463 PTH_FUNC(int, pthreadZurwlockZuinit$Za, // pthread_rwlock_init$* function
1495 PTH_FUNC(int, pthreadZurwlockZudestroy, // pthread_rwlock_destroy function
1501 PTH_FUNC(int, pthreadZurwlockZudestroy$Za, // pthread_rwlock_destroy$* function
1536 PTH_FUNC(int, pthreadZurwlockZuwrlock, // pthread_rwlock_wrlock function
1542 PTH_FUNC(int, pthreadZurwlockZuwrlock$Za, // pthread_rwlock_wrlock$* function
1575 PTH_FUNC(int, pthreadZurwlockZurdlock, // pthread_rwlock_rdlock function
1581 PTH_FUNC(int, pthreadZurwlockZurdlock$Za, // pthread_rwlock_rdlock$* function
1620 PTH_FUNC(int, pthreadZurwlockZutrywrlock, // pthread_rwlock_trywrlock function
1626 PTH_FUNC(int, pthreadZurwlockZutrywrlock$Za, // pthread_rwlock_trywrlock$* function
1665 PTH_FUNC(int, pthreadZurwlockZutryrdlock, // pthread_rwlock_tryrdlock function
1671 PTH_FUNC(int, pthreadZurwlockZutryrdlock$Za, // pthread_rwlock_tryrdlock$* function
1705 PTH_FUNC(int, pthreadZurwlockZuunlock, // pthread_rwlock_unlock function
1711 PTH_FUNC(int, pthreadZurwlockZuunlock$Za, // pthread_rwlock_unlock$* function
1740 PTH_FUNC(int, semZuinitZAZa, sem_t* sem, int pshared, unsigned long value) function
1798 PTH_FUNC(int, semZudestroyZAZa, sem_t* sem) function
1804 PTH_FUNC(int, semZudestroy, sem_t* sem) function
1840 PTH_FUNC(int, semZuwait, sem_t* sem) { /* sem_wait */ function
1843 PTH_FUNC(int, semZuwaitZAZa, sem_t* sem) { /* sem_wait@* */ function
1846 PTH_FUNC(int, semZuwait$Za, sem_t* sem) { /* sem_wait$* */ function
1849 PTH_FUNC(int, semZutrywait, sem_t* sem) { /* sem_trywait */ function
1852 PTH_FUNC(int, semZutrywaitZAZa, sem_t* sem) { /* sem_trywait@* */ function
1855 PTH_FUNC(int, semZutrywait$Za, sem_t* sem) { /* sem_trywait$* */ function
1890 PTH_FUNC(int, semZupost, sem_t* sem) { /* sem_post */ function
1895 PTH_FUNC(int, semZupostZAZa, sem_t* sem) { /* sem_post@* */ function
1900 PTH_FUNC(int, semZupost$Za, sem_t* sem) { /* sem_post$* */ function
1940 PTH_FUNC(sem_t *, semZuopen, const char *name, int oflag, function
1947 PTH_FUNC(sem_t *, semZuopenZAZa, const char *name, int oflag, function
2011 PTH_FUNC(long, send, int s, void *buf, long len, int flags) { function
2023 PTH_FUNC(long, sendmsg, int s, void *msg, int flags) { function
2036 PTH_FUNC(long, recv, int s, void *buf, long len, int flags) { function
2052 PTH_FUNC(long, recvmsg, int s, void *msg, int flags) { function
2069 PTH_FUNC(long, read, int s, void *a2, long count) { function
2084 PTH_FUNC(long, write, int s, void *a2, long a3) { function
2221 PTH_FUNC(int, pthreadZuonce, void *ctl, void *rtn) { function
[all...]
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c95 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ macro
107 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ macro
121 PTH_FUNC(ret_ty, zf, implf, argl_decl, argl); \
122 PTH_FUNC(ret_ty, zf ## ZAZa, implf, argl_decl, argl); \
123 PTH_FUNC(ret_ty, zf ## ZDZa, implf, argl_decl, argl);

Completed in 54 milliseconds