Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dhg_intercepts.c87 #define PTH_FUNC(ret_ty, f, args...) \ macro
96 #define PTH_FUNC(ret_ty, f, args...) \ macro
457 PTH_FUNC(int, pthreadZucreateZAZa, // pthread_create@* in PTH_FUNC() function
463 PTH_FUNC(int, pthreadZucreate, // pthread_create in PTH_FUNC() function
468 PTH_FUNC(int, pthreadZucreateZuZa, // pthread_create_* in PTH_FUNC() function
475 PTH_FUNC(int, pthreadZucreate, // pthread_create in PTH_FUNC() function
530 PTH_FUNC(int, thrZucreate, // thr_create in PTH_FUNC() function
570 PTH_FUNC(int, pthreadZujoin, // pthread_join in PTH_FUNC() function
575 PTH_FUNC(int, pthreadZujoinZa, // pthread_join* in PTH_FUNC() function
580 PTH_FUNC(int, pthreadZujoin, // pthread_join in PTH_FUNC() function
[all …]
/external/valgrind/drd/
Ddrd_pthread_intercepts.c158 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ macro
174 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ macro
179 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ macro
193 PTH_FUNC(ret_ty, zf, implf, argl_decl, argl); \
194 PTH_FUNC(ret_ty, zf ## ZAZa, implf, argl_decl, argl); \
195 PTH_FUNC(ret_ty, zf ## ZDZa, implf, argl_decl, argl);