Lines Matching defs:thread
1467 * creating a thread to do it.1471 pthread_t thread;1475 if (!pthread_create(&thread, NULL, __show_running_run_stats, NULL)) {1478 err = pthread_detach(thread);1480 log_err("fio: DU thread detach failed: %s\n", strerror(err));