HomeSort by relevance Sort by last modified time
    Searched refs:PTH_FUNC (Results 1 - 2 of 2) sorted by null

  /external/valgrind/helgrind/
hg_intercepts.c 87 #define PTH_FUNC(ret_ty, f, args...) \
96 #define PTH_FUNC(ret_ty, f, args...) \
457 PTH_FUNC(int, pthreadZucreateZAZa, // pthread_create@*
463 PTH_FUNC(int, pthreadZucreate, // pthread_create
468 PTH_FUNC(int, pthreadZucreateZuZa, // pthread_create_*
475 PTH_FUNC(int, pthreadZucreate, // pthread_create
530 PTH_FUNC(int, thrZucreate, // thr_create
570 PTH_FUNC(int, pthreadZujoin, // pthread_join
575 PTH_FUNC(int, pthreadZujoinZa, // pthread_join*
580 PTH_FUNC(int, pthreadZujoin, // pthread_joi
    [all...]
  /external/valgrind/drd/
drd_pthread_intercepts.c 158 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \
174 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \
179 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \
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);
    [all...]

Completed in 66 milliseconds