OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTH_FUNC
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/helgrind/
hg_intercepts.c
69
#define
PTH_FUNC
(ret_ty, f, args...) \
283
PTH_FUNC
(int, pthreadZucreateZAZa, // pthread_create@*
289
PTH_FUNC
(int, pthreadZucreate, // pthread_create
294
PTH_FUNC
(int, pthreadZucreateZuZa, // pthread_create_*
337
PTH_FUNC
(int, pthreadZujoin, // pthread_join
342
PTH_FUNC
(int, pthreadZujoinZa, // pthread_join*
406
PTH_FUNC
(int, pthreadZumutexZuinit, // pthread_mutex_init
445
PTH_FUNC
(int, pthreadZumutexZudestroy, // pthread_mutex_destroy
474
PTH_FUNC
(int, pthreadZumutexZulock, // pthread_mutex_lock
518
PTH_FUNC
(int, pthreadZumutexZutrylock, // pthread_mutex_tryloc
[
all
...]
/external/valgrind/main/drd/
drd_pthread_intercepts.c
93
#define
PTH_FUNC
(ret_ty, zf, implf, argl_decl, argl) \
105
#define
PTH_FUNC
(ret_ty, zf, implf, argl_decl, argl) \
119
PTH_FUNC
(ret_ty, zf, implf, argl_decl, argl); \
120
PTH_FUNC
(ret_ty, zf ## ZAZa, implf, argl_decl, argl); \
121
PTH_FUNC
(ret_ty, zf ## ZDZa, implf, argl_decl, argl);
[
all
...]
Completed in 83 milliseconds