/external/valgrind/drd/ |
D | drd_qtcore_intercepts.c | 95 CALL_FN_W_WW(ret, fn, mutex, mode); in QT4CORE_FUNC() 110 CALL_FN_W_WW(ret, fn, mutex, mode); in QT4CORE_FUNC() 182 CALL_FN_W_WW(ret, fn, mutex, timeout_ms); in QT4CORE_FUNC()
|
D | drd_pthread_intercepts.c | 518 CALL_FN_W_WW(ret, fn, pt_joinee, thread_return); in pthread_join_intercept() 582 CALL_FN_W_WW(ret, fn, once_control, init_routine); in pthread_once_intercept() 606 CALL_FN_W_WW(ret, fn, mutex, attr); in pthread_mutex_init_intercept() 676 CALL_FN_W_WW(ret, fn, mutex, abs_timeout); in pthread_mutex_timedlock_intercept() 712 CALL_FN_W_WW(ret, fn, cond, attr); in pthread_cond_init_intercept() 747 CALL_FN_W_WW(ret, fn, cond, mutex); in pthread_cond_wait_intercept() 828 CALL_FN_W_WW(ret, fn, spinlock, pshared); in pthread_spin_init_intercept() 1072 CALL_FN_W_WW(ret, fn, sem, abs_timeout); in sem_timedwait_intercept() 1110 CALL_FN_W_WW(ret, fn, rwlock, attr); in pthread_rwlock_init_intercept() 1184 CALL_FN_W_WW(ret, fn, rwlock, timeout); in pthread_rwlock_timedrdlock_intercept() [all …]
|
D | drd_darwin_intercepts.c | 50 CALL_FN_W_WW(res, fn, imageLoaderCache, lazyBindingInfoOffset); in VG_WRAP_FUNCTION_ZZ()
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 335 CALL_FN_W_WW(ret, fn, thread,value_pointer); in pthread_join_WRK() 515 CALL_FN_W_WW(ret, fn, mutex,attr); in PTH_FUNC() 671 CALL_FN_W_WW(ret, fn, mutex,timeout); in PTH_FUNC() 775 CALL_FN_W_WW(ret, fn, cond,mutex); in pthread_cond_wait_WRK() 1037 CALL_FN_W_WW(ret, fn, cond, cond_attr); in pthread_cond_init_WRK() 1284 CALL_FN_W_WW(ret, fn, lock,pshared); in pthread_spin_init_or_unlock_WRK() 1479 CALL_FN_W_WW(ret, fn, rwl,attr); in pthread_rwlock_init_WRK() 2314 CALL_FN_W_WW(ret, fn, self,arg2); in QMutex_tryLock_int_WRK() 2351 CALL_FN_W_WW(ret, fn, mutex, recmode); in QMutex_constructor_WRK()
|
/external/regex-re2/util/ |
D | valgrind.h | 680 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0) 748 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 1171 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 1612 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 2070 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 2574 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 3025 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 3586 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro
|
/external/valgrind/include/ |
D | valgrind.h | 1183 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0) 1266 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 1796 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 2279 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 2770 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 3326 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 3873 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 4326 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 4805 #define CALL_FN_W_WW(lval, orig, arg1, arg2) \ macro 5264 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro [all …]
|
/external/v8/src/third_party/valgrind/ |
D | valgrind.h | 714 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0) 783 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 1290 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 1753 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 2211 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 2715 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ macro 3168 #define CALL_FN_W_WW(lval, orig, arg1, arg2) \ macro
|
/external/valgrind/mpi/ |
D | libmpiwrap.c | 1460 CALL_FN_W_WW(err, fn, request,status); in WRAPPER_FOR() 2160 CALL_FN_W_WW(err, fn, comm,newcomm); in WRAPPER_FOR() 2191 CALL_FN_W_WW(err, fn, comm,rank); in WRAPPER_FOR() 2208 CALL_FN_W_WW(err, fn, comm,size); in WRAPPER_FOR() 2270 CALL_FN_W_WW(err, fn, argc,argv); in WRAPPER_FOR() 2360 CALL_FN_W_WW(res, fn, a1,a2); \
|
/external/valgrind/memcheck/tests/ |
D | wrap6.c | 250 CALL_FN_W_WW(r, fn, a1, a2); in I_WRAP_SONAME_FNNAME_ZU()
|