HomeSort by relevance Sort by last modified time
    Searched refs:thread1_func (Results 1 - 4 of 4) sorted by null

  /system/extras/tests/bionic/libc/bionic/
test_pthread_create.c 6 thread1_func(void* arg) function
24 pthread_create( &t1, NULL, thread1_func, (void *)1 );
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/
test_pthread_join.c 33 thread1_func(void* arg) function
67 pthread_create( &t1, NULL, thread1_func, NULL );
test_pthread_cleanup_push.c 70 thread1_func( void* arg ) function
90 pthread_create( &t, NULL, thread1_func, (void*)do_exit );

Completed in 66 milliseconds