Home
last modified time | relevance | path

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

/system/extras/tests/bionic/libc/common/
Dtest_pthread_once.c52 thread_function(void* arg) in thread_function() function
69 if (pthread_create( &threads[nn], NULL, thread_function, (void*)(long int)nn) < 0) { in main()