HomeSort by relevance Sort by last modified time
    Searched full:thread_routines (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/bionic/libc/bionic/
test_cond.c 68 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/
test_semaphore.c 104 static const thread_func thread_routines[] = variable
122 if ( pthread_create( &t[nn], NULL, thread_routines[nn], NULL ) < 0 ) {

Completed in 275 milliseconds