Searched refs:thread1_func (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/bionic/libc/bionic/
H A Dtest_pthread_create.c6 thread1_func(void* arg) function
24 pthread_create( &t1, NULL, thread1_func, (void *)1 );
H A Dtest_pthread_cond.c13 thread1_func(void* arg) function
73 pthread_create( &t[0], NULL, thread1_func, (void *)1 );
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_join.c33 thread1_func(void* arg) function
67 pthread_create( &t1, NULL, thread1_func, NULL );
H A Dtest_pthread_cleanup_push.c70 thread1_func( void* arg ) function
90 pthread_create( &t, NULL, thread1_func, (void*)do_exit );

Completed in 38 milliseconds