Searched refs:orc_sort_thread (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dsorttable.h104 pthread_t orc_sort_thread; variable
371 if (pthread_create(&orc_sort_thread, NULL,
374 "pthread_create orc_sort_thread failed '%s': %s\n",
462 if (orc_sort_thread) {
465 rc = pthread_join(orc_sort_thread, &retval);

Completed in 169 milliseconds