OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tid2
(Results
1 - 3
of
3
) 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
96
pthread_t
tid2
;
local
118
PTH_CALL(pthread_create(&
tid2
, 0, &thread_func, &s_mutex2));
138
PTH_CALL(pthread_join(
tid2
, 0));
/external/valgrind/main/drd/
pub_drd_bitmap.h
145
void DRD_(bm_report_races)(ThreadId const tid1, ThreadId const
tid2
,
Completed in 229 milliseconds