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