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

  /system/extras/tests/bionic/libc/bionic/
test_pthread_create.c 13 thread2_func(void* arg) function
test_pthread_cond.c 25 thread2_func(void* arg) function
74 pthread_create( &t[1], NULL, thread2_func, (void *)2 );
  /system/extras/tests/bionic/libc/common/
test_pthread_join.c 41 thread2_func(void* arg) function
68 pthread_create( &t2, NULL, thread2_func, (void*)t1 );

Completed in 152 milliseconds