Searched refs:thread_fn (Results 1 – 2 of 2) sorted by relevance
314 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);
311 static void *thread_fn(void *data) in thread_fn() function393 err = pthread_create(&threads[i].thread, NULL, thread_fn, &threads[i]); in run_dedupe_threads()