• Home
  • Raw
  • Download

Lines Matching refs:fn

332    OrigFn fn;  in I_WRAP_SONAME_FNNAME_ZZ()  local
335 VALGRIND_GET_ORIG_FN(fn); in I_WRAP_SONAME_FNNAME_ZZ()
355 CALL_FN_v_W(fn, ptr); in I_WRAP_SONAME_FNNAME_ZZ()
367 void*(*fn)(void*) = (void*(*)(void*))xargs[0]; in mythread_wrapper() local
389 return (void*) fn( (void*)arg ); in mythread_wrapper()
406 OrigFn fn; in pthread_create_WRK() local
409 VALGRIND_GET_ORIG_FN(fn); in pthread_create_WRK()
427 CALL_FN_W_WWWW(ret, fn, thread,attr,mythread_wrapper,&xargs[0]); in pthread_create_WRK()
494 OrigFn fn; in thr_create_WRK() local
497 VALGRIND_GET_ORIG_FN(fn); in thr_create_WRK()
509 CALL_FN_W_6W(ret, fn, stk, stksize, mythread_wrapper, start, flags, in thr_create_WRK()
547 OrigFn fn; in pthread_join_WRK() local
548 VALGRIND_GET_ORIG_FN(fn); in pthread_join_WRK()
553 CALL_FN_W_WW(ret, fn, thread,value_pointer); in pthread_join_WRK()
641 OrigFn fn; in thr_join_WRK() local
642 VALGRIND_GET_ORIG_FN(fn); in thr_join_WRK()
647 CALL_FN_W_WWW(ret, fn, joinee, departed, thread_return); in thr_join_WRK()
692 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
693 VALGRIND_GET_ORIG_FN(fn); in I_WRAP_SONAME_FNNAME_ZU()
701 CALL_FN_v_WWW(fn, dependent, master, master_level); in I_WRAP_SONAME_FNNAME_ZU()
731 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
732 VALGRIND_GET_ORIG_FN(fn); in I_WRAP_SONAME_FNNAME_ZU()
740 CALL_FN_v_WW(fn, self_id, master_level); in I_WRAP_SONAME_FNNAME_ZU()
770 OrigFn fn; in PTH_FUNC() local
771 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
784 CALL_FN_W_WW(ret, fn, mutex,attr); in PTH_FUNC()
807 OrigFn fn; in PTH_FUNC() local
808 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
815 CALL_FN_W_WWW(ret, fn, mutex, type, arg); in PTH_FUNC()
841 OrigFn fn; in mutex_destroy_WRK() local
843 VALGRIND_GET_ORIG_FN(fn); in mutex_destroy_WRK()
858 CALL_FN_W_W(ret, fn, mutex); in mutex_destroy_WRK()
893 OrigFn fn; in mutex_lock_WRK() local
894 VALGRIND_GET_ORIG_FN(fn); in mutex_lock_WRK()
902 CALL_FN_W_W(ret, fn, mutex); in mutex_lock_WRK()
944 OrigFn fn; in PTH_FUNC() local
945 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
952 CALL_FN_v_W(fn, mutex); in PTH_FUNC()
978 OrigFn fn; in mutex_trylock_WRK() local
979 VALGRIND_GET_ORIG_FN(fn); in mutex_trylock_WRK()
987 CALL_FN_W_W(ret, fn, mutex); in mutex_trylock_WRK()
1034 OrigFn fn; in mutex_timedlock_WRK() local
1035 VALGRIND_GET_ORIG_FN(fn); in mutex_timedlock_WRK()
1044 CALL_FN_W_WW(ret, fn, mutex,timeout); in mutex_timedlock_WRK()
1087 OrigFn fn; in mutex_unlock_WRK() local
1088 VALGRIND_GET_ORIG_FN(fn); in mutex_unlock_WRK()
1097 CALL_FN_W_W(ret, fn, mutex); in mutex_unlock_WRK()
1133 OrigFn fn; in PTH_FUNC() local
1134 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
1142 CALL_FN_v_W(fn, mutex); in PTH_FUNC()
1176 OrigFn fn; in pthread_cond_wait_WRK() local
1179 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_wait_WRK()
1203 CALL_FN_W_WW(ret, fn, cond,mutex); in pthread_cond_wait_WRK()
1265 OrigFn fn; in pthread_cond_timedwait_WRK() local
1268 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_timedwait_WRK()
1295 CALL_FN_W_WWW(ret, fn, cond,mutex,abstime); in pthread_cond_timedwait_WRK()
1376 OrigFn fn; in pthread_cond_signal_WRK() local
1377 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_signal_WRK()
1387 CALL_FN_W_W(ret, fn, cond); in pthread_cond_signal_WRK()
1437 OrigFn fn; in pthread_cond_broadcast_WRK() local
1438 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_broadcast_WRK()
1448 CALL_FN_W_W(ret, fn, cond); in pthread_cond_broadcast_WRK()
1496 OrigFn fn; in pthread_cond_init_WRK() local
1497 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_init_WRK()
1504 CALL_FN_W_WW(ret, fn, cond, cond_attr); in pthread_cond_init_WRK()
1539 OrigFn fn; in PTH_FUNC() local
1540 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
1546 CALL_FN_W_WWW(ret, fn, cond, type, arg); in PTH_FUNC()
1578 OrigFn fn; in pthread_cond_destroy_WRK() local
1580 VALGRIND_GET_ORIG_FN(fn); in pthread_cond_destroy_WRK()
1597 CALL_FN_W_W(ret, fn, cond); in pthread_cond_destroy_WRK()
1655 OrigFn fn; in PTH_FUNC() local
1656 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
1669 CALL_FN_W_WWW(ret, fn, bar,attr,count); in PTH_FUNC()
1691 OrigFn fn; in PTH_FUNC() local
1692 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
1707 CALL_FN_W_W(ret, fn, bar); in PTH_FUNC()
1729 OrigFn fn; in PTH_FUNC() local
1730 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
1740 CALL_FN_W_W(ret, fn, bar); in PTH_FUNC()
1787 OrigFn fn; in pthread_spin_init_or_unlock_WRK() local
1788 VALGRIND_GET_ORIG_FN(fn); in pthread_spin_init_or_unlock_WRK()
1796 CALL_FN_W_WW(ret, fn, lock,pshared); in pthread_spin_init_or_unlock_WRK()
1843 OrigFn fn; in pthread_spin_destroy_WRK() local
1844 VALGRIND_GET_ORIG_FN(fn); in pthread_spin_destroy_WRK()
1853 CALL_FN_W_W(ret, fn, lock); in pthread_spin_destroy_WRK()
1888 OrigFn fn; in pthread_spin_lock_WRK() local
1889 VALGRIND_GET_ORIG_FN(fn); in pthread_spin_lock_WRK()
1898 CALL_FN_W_W(ret, fn, lock); in pthread_spin_lock_WRK()
1941 OrigFn fn; in pthread_spin_trylock_WRK() local
1942 VALGRIND_GET_ORIG_FN(fn); in pthread_spin_trylock_WRK()
1951 CALL_FN_W_W(ret, fn, lock); in pthread_spin_trylock_WRK()
2018 OrigFn fn; in pthread_rwlock_init_WRK() local
2019 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_init_WRK()
2024 CALL_FN_W_WW(ret, fn, rwl,attr); in pthread_rwlock_init_WRK()
2065 OrigFn fn; in PTH_FUNC() local
2066 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
2071 CALL_FN_W_WWW(ret, fn, rwlock, type, arg); in PTH_FUNC()
2098 OrigFn fn; in pthread_rwlock_destroy_WRK() local
2099 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_destroy_WRK()
2107 CALL_FN_W_W(ret, fn, rwl); in pthread_rwlock_destroy_WRK()
2148 OrigFn fn; in pthread_rwlock_wrlock_WRK() local
2149 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_wrlock_WRK()
2158 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_wrlock_WRK()
2196 OrigFn fn; in PTH_FUNC() local
2197 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
2206 CALL_FN_v_W(fn, rwlock); in PTH_FUNC()
2228 OrigFn fn; in pthread_rwlock_rdlock_WRK() local
2229 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_rdlock_WRK()
2238 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_rdlock_WRK()
2276 OrigFn fn; in PTH_FUNC() local
2277 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
2286 CALL_FN_v_W(fn, rwlock); in PTH_FUNC()
2308 OrigFn fn; in pthread_rwlock_trywrlock_WRK() local
2309 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_trywrlock_WRK()
2318 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_trywrlock_WRK()
2368 OrigFn fn; in pthread_rwlock_tryrdlock_WRK() local
2369 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_tryrdlock_WRK()
2378 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_tryrdlock_WRK()
2430 OrigFn fn; in pthread_rwlock_timedrdlock_WRK() local
2431 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_timedrdlock_WRK()
2440 CALL_FN_W_WW(ret, fn, rwlock, timeout); in pthread_rwlock_timedrdlock_WRK()
2483 OrigFn fn; in pthread_rwlock_timedwrlock_WRK() local
2484 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_timedwrlock_WRK()
2493 CALL_FN_W_WW(ret, fn, rwlock, timeout); in pthread_rwlock_timedwrlock_WRK()
2534 OrigFn fn; in pthread_rwlock_unlock_WRK() local
2535 VALGRIND_GET_ORIG_FN(fn); in pthread_rwlock_unlock_WRK()
2543 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_unlock_WRK()
2614 OrigFn fn; in sem_init_WRK() local
2616 VALGRIND_GET_ORIG_FN(fn); in sem_init_WRK()
2623 CALL_FN_W_WWW(ret, fn, sem,pshared,value); in sem_init_WRK()
2660 OrigFn fn; in PTH_FUNC() local
2662 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
2669 CALL_FN_W_WWWW(ret, fn, sem, value, type, arg); in PTH_FUNC()
2697 OrigFn fn; in sem_destroy_WRK() local
2699 VALGRIND_GET_ORIG_FN(fn); in sem_destroy_WRK()
2708 CALL_FN_W_W(ret, fn, sem); in sem_destroy_WRK()
2754 OrigFn fn; in sem_wait_WRK() local
2756 VALGRIND_GET_ORIG_FN(fn); in sem_wait_WRK()
2765 CALL_FN_W_W(ret, fn, sem); in sem_wait_WRK()
2815 OrigFn fn; in sem_post_WRK() local
2818 VALGRIND_GET_ORIG_FN(fn); in sem_post_WRK()
2827 CALL_FN_W_W(ret, fn, sem); in sem_post_WRK()
2872 OrigFn fn; in PTH_FUNC() local
2874 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
2882 CALL_FN_W_WWWW(ret, fn, name,oflag,mode,value); in PTH_FUNC()
2907 OrigFn fn; in PTH_FUNC() local
2909 VALGRIND_GET_ORIG_FN(fn); in PTH_FUNC()
2918 CALL_FN_W_W(ret, fn, sem); in PTH_FUNC()
3032 OrigFn fn; in QMutex_lock_WRK() local
3033 VALGRIND_GET_ORIG_FN(fn); in QMutex_lock_WRK()
3041 CALL_FN_v_W(fn, self); in QMutex_lock_WRK()
3063 OrigFn fn; in QMutex_unlock_WRK() local
3064 VALGRIND_GET_ORIG_FN(fn); in QMutex_unlock_WRK()
3073 CALL_FN_v_W(fn, self); in QMutex_unlock_WRK()
3096 OrigFn fn; in QMutex_tryLock_WRK() local
3098 VALGRIND_GET_ORIG_FN(fn); in QMutex_tryLock_WRK()
3106 CALL_FN_W_W(ret, fn, self); in QMutex_tryLock_WRK()
3132 OrigFn fn; in QMutex_tryLock_int_WRK() local
3134 VALGRIND_GET_ORIG_FN(fn); in QMutex_tryLock_int_WRK()
3143 CALL_FN_W_WW(ret, fn, self,arg2); in QMutex_tryLock_int_WRK()
3175 OrigFn fn; in QMutex_constructor_WRK() local
3177 VALGRIND_GET_ORIG_FN(fn); in QMutex_constructor_WRK()
3178 CALL_FN_W_WW(ret, fn, mutex, recmode); in QMutex_constructor_WRK()
3197 OrigFn fn; in QMutex_destructor_WRK() local
3199 VALGRIND_GET_ORIG_FN(fn); in QMutex_destructor_WRK()
3202 CALL_FN_W_W(ret, fn, mutex); in QMutex_destructor_WRK()