OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread2_func
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/bionic/libc/bionic/
test_pthread_create.c
13
thread2_func
(void* arg)
function
test_pthread_cond.c
25
thread2_func
(void* arg)
function
74
pthread_create( &t[1], NULL,
thread2_func
, (void *)2 );
/system/extras/tests/bionic/libc/common/
test_pthread_join.c
41
thread2_func
(void* arg)
function
68
pthread_create( &t2, NULL,
thread2_func
, (void*)t1 );
Completed in 51 milliseconds