Searched refs:thread_routines (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/bionic/libc/bionic/
H A Dtest_cond.c68 static const thread_func thread_routines[] = variable
82 if (pthread_create( &t[nn], NULL, thread_routines[nn], NULL) < 0) {
/system/extras/tests/bionic/libc/common/
H A Dtest_semaphore.c104 static const thread_func thread_routines[] = variable
122 if ( pthread_create( &t[nn], NULL, thread_routines[nn], NULL ) < 0 ) {

Completed in 232 milliseconds