Home
last modified time | relevance | path

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

/external/valgrind/helgrind/tests/
Dannotate_hbefore.c314 void* thread_fn ( void* arg )
332 r= pthread_create( &t1, NULL, &thread_fn, (void*)&w ); assert(!r);
333 r= pthread_create( &t2, NULL, &thread_fn, (void*)&w ); assert(!r);
/external/fio/t/
Ddedupe.c311 static void *thread_fn(void *data) in thread_fn() function
393 err = pthread_create(&threads[i].thread, NULL, thread_fn, &threads[i]); in run_dedupe_threads()