Home
last modified time | relevance | path

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

/external/valgrind/helgrind/tests/
Dtc03_re_excl.c16 static void* worker_thread ( void* argV ) in worker_thread() function
30 pthread_create(&thread_id, 0, worker_thread, (void*)x); in main()
/external/fio/t/
Ddedupe.c32 struct worker_thread { struct
278 static int do_work(struct worker_thread *thread, void *buf) in do_work()
313 struct worker_thread *thread = data; in thread_fn()
334 static void show_progress(struct worker_thread *threads, unsigned long total) in show_progress()
379 struct worker_thread *threads; in run_dedupe_threads()
388 threads = malloc(num_threads * sizeof(struct worker_thread)); in run_dedupe_threads()
390 memset(&threads[i], 0, sizeof(struct worker_thread)); in run_dedupe_threads()
/external/linux-tools-perf/src/tools/perf/bench/
Dnuma.c1008 static void *worker_thread(void *__tdata) in worker_thread() function
1235 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()