Searched refs:PTH_FUNC (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 87 #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/ |
D | drd_pthread_intercepts.c | 158 #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);
|