Searched refs:thread1_func (Results 1 - 4 of 4) sorted by relevance
/system/extras/tests/bionic/libc/bionic/ |
H A D | test_pthread_create.c | 6 thread1_func(void* arg) function 24 pthread_create( &t1, NULL, thread1_func, (void *)1 );
|
H A D | test_pthread_cond.c | 13 thread1_func(void* arg) function 73 pthread_create( &t[0], NULL, thread1_func, (void *)1 );
|
/system/extras/tests/bionic/libc/common/ |
H A D | test_pthread_join.c | 33 thread1_func(void* arg) function 67 pthread_create( &t1, NULL, thread1_func, NULL );
|
H A D | test_pthread_cleanup_push.c | 70 thread1_func( void* arg ) function 90 pthread_create( &t, NULL, thread1_func, (void*)do_exit );
|
Completed in 58 milliseconds