Lines Matching refs:fn
535 OrigFn fn; in pthread_create_intercept() local
539 VALGRIND_GET_ORIG_FN(fn); in pthread_create_intercept()
568 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args); in pthread_create_intercept()
599 OrigFn fn; in thr_create_intercept() local
603 VALGRIND_GET_ORIG_FN(fn); in thr_create_intercept()
619 CALL_FN_W_6W(ret, fn, stk, stksize, DRD_(thread_wrapper), &thread_args, in thr_create_intercept()
669 OrigFn fn; in VG_WRAP_FUNCTION_ZZ() local
672 VALGRIND_GET_ORIG_FN(fn); in VG_WRAP_FUNCTION_ZZ()
692 CALL_FN_v_W(fn, ptr); in VG_WRAP_FUNCTION_ZZ()
700 OrigFn fn; in pthread_join_intercept() local
702 VALGRIND_GET_ORIG_FN(fn); in pthread_join_intercept()
708 CALL_FN_W_WW(ret, fn, pt_joinee, thread_return); in pthread_join_intercept()
733 OrigFn fn; in thr_join_intercept() local
735 VALGRIND_GET_ORIG_FN(fn); in thr_join_intercept()
736 CALL_FN_W_WWW(ret, fn, joinee, departed, thread_return); in thr_join_intercept()
754 OrigFn fn; in pthread_detach_intercept() local
756 VALGRIND_GET_ORIG_FN(fn); in pthread_detach_intercept()
757 CALL_FN_W_W(ret, fn, pt_thread); in pthread_detach_intercept()
773 OrigFn fn; in pthread_cancel_intercept() local
774 VALGRIND_GET_ORIG_FN(fn); in pthread_cancel_intercept()
777 CALL_FN_W_W(ret, fn, pt_thread); in pthread_cancel_intercept()
791 OrigFn fn; in pthread_once_intercept() local
792 VALGRIND_GET_ORIG_FN(fn); in pthread_once_intercept()
800 CALL_FN_W_WW(ret, fn, once_control, init_routine); in pthread_once_intercept()
815 OrigFn fn; in pthread_mutex_init_intercept() local
817 VALGRIND_GET_ORIG_FN(fn); in pthread_mutex_init_intercept()
824 CALL_FN_W_WW(ret, fn, mutex, attr); in pthread_mutex_init_intercept()
839 OrigFn fn; in mutex_init_intercept() local
840 VALGRIND_GET_ORIG_FN(fn); in mutex_init_intercept()
845 CALL_FN_W_WWW(ret, fn, mutex, type, arg); in mutex_init_intercept()
860 OrigFn fn; in pthread_mutex_destroy_intercept() local
861 VALGRIND_GET_ORIG_FN(fn); in pthread_mutex_destroy_intercept()
864 CALL_FN_W_W(ret, fn, mutex); in pthread_mutex_destroy_intercept()
883 OrigFn fn; in pthread_mutex_lock_intercept() local
884 VALGRIND_GET_ORIG_FN(fn); in pthread_mutex_lock_intercept()
887 CALL_FN_W_W(ret, fn, mutex); in pthread_mutex_lock_intercept()
909 OrigFn fn; in lmutex_lock_intercept() local
910 VALGRIND_GET_ORIG_FN(fn); in lmutex_lock_intercept()
915 CALL_FN_v_W(fn, mutex); in lmutex_lock_intercept()
928 OrigFn fn; in pthread_mutex_trylock_intercept() local
929 VALGRIND_GET_ORIG_FN(fn); in pthread_mutex_trylock_intercept()
932 CALL_FN_W_W(ret, fn, mutex); in pthread_mutex_trylock_intercept()
952 OrigFn fn; in pthread_mutex_timedlock_intercept() local
953 VALGRIND_GET_ORIG_FN(fn); in pthread_mutex_timedlock_intercept()
956 CALL_FN_W_WW(ret, fn, mutex, abs_timeout); in pthread_mutex_timedlock_intercept()
976 OrigFn fn; in pthread_mutex_unlock_intercept() local
977 VALGRIND_GET_ORIG_FN(fn); in pthread_mutex_unlock_intercept()
980 CALL_FN_W_W(ret, fn, mutex); in pthread_mutex_unlock_intercept()
1000 OrigFn fn; in lmutex_unlock_intercept() local
1001 VALGRIND_GET_ORIG_FN(fn); in lmutex_unlock_intercept()
1006 CALL_FN_v_W(fn, mutex); in lmutex_unlock_intercept()
1020 OrigFn fn; in pthread_cond_init_intercept() local
1021 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_init_intercept()
1024 CALL_FN_W_WW(ret, fn, cond, attr); in pthread_cond_init_intercept()
1039 OrigFn fn; in cond_init_intercept() local
1040 VALGRIND_GET_ORIG_FN(fn); in cond_init_intercept()
1043 CALL_FN_W_WWW(ret, fn, cond, type, arg); in cond_init_intercept()
1058 OrigFn fn; in pthread_cond_destroy_intercept() local
1059 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_destroy_intercept()
1062 CALL_FN_W_W(ret, fn, cond); in pthread_cond_destroy_intercept()
1081 OrigFn fn; in pthread_cond_wait_intercept() local
1082 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_wait_intercept()
1085 CALL_FN_W_WW(ret, fn, cond, mutex); in pthread_cond_wait_intercept()
1106 OrigFn fn; in pthread_cond_timedwait_intercept() local
1107 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_timedwait_intercept()
1110 CALL_FN_W_WWW(ret, fn, cond, mutex, abstime); in pthread_cond_timedwait_intercept()
1141 OrigFn fn; in pthread_cond_signal_intercept() local
1142 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_signal_intercept()
1145 CALL_FN_W_W(ret, fn, cond); in pthread_cond_signal_intercept()
1164 OrigFn fn; in pthread_cond_broadcast_intercept() local
1165 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_broadcast_intercept()
1168 CALL_FN_W_W(ret, fn, cond); in pthread_cond_broadcast_intercept()
1189 OrigFn fn; in pthread_spin_init_intercept() local
1190 VALGRIND_GET_ORIG_FN(fn); in pthread_spin_init_intercept()
1193 CALL_FN_W_WW(ret, fn, spinlock, pshared); in pthread_spin_init_intercept()
1206 OrigFn fn; in pthread_spin_destroy_intercept() local
1207 VALGRIND_GET_ORIG_FN(fn); in pthread_spin_destroy_intercept()
1210 CALL_FN_W_W(ret, fn, spinlock); in pthread_spin_destroy_intercept()
1223 OrigFn fn; in pthread_spin_lock_intercept() local
1224 VALGRIND_GET_ORIG_FN(fn); in pthread_spin_lock_intercept()
1227 CALL_FN_W_W(ret, fn, spinlock); in pthread_spin_lock_intercept()
1240 OrigFn fn; in pthread_spin_trylock_intercept() local
1241 VALGRIND_GET_ORIG_FN(fn); in pthread_spin_trylock_intercept()
1244 CALL_FN_W_W(ret, fn, spinlock); in pthread_spin_trylock_intercept()
1257 OrigFn fn; in pthread_spin_unlock_intercept() local
1258 VALGRIND_GET_ORIG_FN(fn); in pthread_spin_unlock_intercept()
1261 CALL_FN_W_W(ret, fn, spinlock); in pthread_spin_unlock_intercept()
1279 OrigFn fn; in pthread_barrier_init_intercept() local
1280 VALGRIND_GET_ORIG_FN(fn); in pthread_barrier_init_intercept()
1283 CALL_FN_W_WWW(ret, fn, barrier, attr, count); in pthread_barrier_init_intercept()
1297 OrigFn fn; in pthread_barrier_destroy_intercept() local
1298 VALGRIND_GET_ORIG_FN(fn); in pthread_barrier_destroy_intercept()
1301 CALL_FN_W_W(ret, fn, barrier); in pthread_barrier_destroy_intercept()
1314 OrigFn fn; in pthread_barrier_wait_intercept() local
1315 VALGRIND_GET_ORIG_FN(fn); in pthread_barrier_wait_intercept()
1318 CALL_FN_W_W(ret, fn, barrier); in pthread_barrier_wait_intercept()
1335 OrigFn fn; in sem_init_intercept() local
1336 VALGRIND_GET_ORIG_FN(fn); in sem_init_intercept()
1339 CALL_FN_W_WWW(ret, fn, sem, pshared, value); in sem_init_intercept()
1353 OrigFn fn; in sema_init_intercept() local
1354 VALGRIND_GET_ORIG_FN(fn); in sema_init_intercept()
1358 CALL_FN_W_WWWW(ret, fn, sem, value, type, arg); in sema_init_intercept()
1373 OrigFn fn; in sem_destroy_intercept() local
1374 VALGRIND_GET_ORIG_FN(fn); in sem_destroy_intercept()
1377 CALL_FN_W_W(ret, fn, sem); in sem_destroy_intercept()
1393 OrigFn fn; in sem_open_intercept() local
1394 VALGRIND_GET_ORIG_FN(fn); in sem_open_intercept()
1397 CALL_FN_W_WWWW(ret, fn, name, oflag, mode, value); in sem_open_intercept()
1411 OrigFn fn; in sem_close_intercept() local
1412 VALGRIND_GET_ORIG_FN(fn); in sem_close_intercept()
1415 CALL_FN_W_W(ret, fn, sem); in sem_close_intercept()
1426 OrigFn fn; in sem_wait_intercept() local
1427 VALGRIND_GET_ORIG_FN(fn); in sem_wait_intercept()
1430 CALL_FN_W_W(ret, fn, sem); in sem_wait_intercept()
1444 OrigFn fn; in sem_trywait_intercept() local
1445 VALGRIND_GET_ORIG_FN(fn); in sem_trywait_intercept()
1448 CALL_FN_W_W(ret, fn, sem); in sem_trywait_intercept()
1463 OrigFn fn; in sem_timedwait_intercept() local
1464 VALGRIND_GET_ORIG_FN(fn); in sem_timedwait_intercept()
1467 CALL_FN_W_WW(ret, fn, sem, abs_timeout); in sem_timedwait_intercept()
1488 OrigFn fn; in sem_post_intercept() local
1489 VALGRIND_GET_ORIG_FN(fn); in sem_post_intercept()
1492 CALL_FN_W_W(ret, fn, sem); in sem_post_intercept()
1512 OrigFn fn; in pthread_rwlock_init_intercept() local
1513 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_init_intercept()
1516 CALL_FN_W_WW(ret, fn, rwlock, attr); in pthread_rwlock_init_intercept()
1532 OrigFn fn; in rwlock_init_intercept() local
1533 VALGRIND_GET_ORIG_FN(fn); in rwlock_init_intercept()
1536 CALL_FN_W_WWW(ret, fn, rwlock, type, arg); in rwlock_init_intercept()
1551 OrigFn fn; in pthread_rwlock_destroy_intercept() local
1552 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_destroy_intercept()
1555 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_destroy_intercept()
1576 OrigFn fn; in pthread_rwlock_rdlock_intercept() local
1577 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_rdlock_intercept()
1580 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_rdlock_intercept()
1602 OrigFn fn; in lrw_rdlock_intercept() local
1603 VALGRIND_GET_ORIG_FN(fn); in lrw_rdlock_intercept()
1606 CALL_FN_v_W(fn, rwlock); in lrw_rdlock_intercept()
1619 OrigFn fn; in pthread_rwlock_wrlock_intercept() local
1620 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_wrlock_intercept()
1623 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_wrlock_intercept()
1645 OrigFn fn; in lrw_wrlock_intercept() local
1646 VALGRIND_GET_ORIG_FN(fn); in lrw_wrlock_intercept()
1649 CALL_FN_v_W(fn, rwlock); in lrw_wrlock_intercept()
1663 OrigFn fn; in pthread_rwlock_timedrdlock_intercept() local
1664 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_timedrdlock_intercept()
1667 CALL_FN_W_WW(ret, fn, rwlock, timeout); in pthread_rwlock_timedrdlock_intercept()
1689 OrigFn fn; in pthread_rwlock_timedwrlock_intercept() local
1690 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_timedwrlock_intercept()
1693 CALL_FN_W_WW(ret, fn, rwlock, timeout); in pthread_rwlock_timedwrlock_intercept()
1714 OrigFn fn; in pthread_rwlock_tryrdlock_intercept() local
1715 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_tryrdlock_intercept()
1718 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_tryrdlock_intercept()
1739 OrigFn fn; in pthread_rwlock_trywrlock_intercept() local
1740 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_trywrlock_intercept()
1743 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_trywrlock_intercept()
1764 OrigFn fn; in pthread_rwlock_unlock_intercept() local
1765 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_unlock_intercept()
1768 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_unlock_intercept()