Home
last modified time | relevance | path

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

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