OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_func2
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/tests/
pth_detached.c
29
static void*
thread_func2
(void* arg)
function
67
pthread_create(&thread, &attr,
thread_func2
, NULL);
pth_detached_sem.c
33
static void*
thread_func2
(void* arg)
function
74
pthread_create(&thread, &attr,
thread_func2
, &thread_arg[i]);
Completed in 321 milliseconds