Searched refs:thread2_func (Results 1 - 3 of 3) sorted by path

/system/extras/tests/bionic/libc/bionic/
H A Dtest_pthread_cond.c25 thread2_func(void* arg) function
74 pthread_create( &t[1], NULL, thread2_func, (void *)2 );
H A Dtest_pthread_create.c13 thread2_func(void* arg) function
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_join.c41 thread2_func(void* arg) function
68 pthread_create( &t2, NULL, thread2_func, (void*)t1 );

Completed in 438 milliseconds