OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_create
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/tsan/
fd_tid_recycled.cc
30
pthread_t
t_create
;
local
31
pthread_create(&
t_create
, NULL, ThreadCreatePipe, NULL);
32
pthread_join(
t_create
, NULL);
Completed in 1478 milliseconds