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

  /system/extras/tests/bionic/libc/common/
test_pthread_join.c 53 thread3_func(void* arg) function
69 pthread_create( &t3, NULL, thread3_func, (void*)t1 );
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 38 thread3_func(void* arg) function
75 pthread_create( &t[2], NULL, thread3_func, (void *)3 );

Completed in 1521 milliseconds