OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tid2
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/
threadederrno.c
26
pthread_t
tid2
, tid3;
local
27
pthread_create(&
tid2
, NULL, &thr2, NULL);
31
pthread_join(
tid2
, NULL);
/external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c
90
pthread_t
tid2
;
local
112
PTH_CALL(pthread_create(&
tid2
, 0, &thread_func, &s_mutex2));
132
PTH_CALL(pthread_join(
tid2
, 0));
Completed in 1368 milliseconds