Home
last modified time | relevance | path

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

/linux/scripts/
H A Dsorttable.c464 static pthread_t orc_sort_thread; variable
1027 if (pthread_create(&orc_sort_thread, NULL, in do_sort()
1030 "pthread_create orc_sort_thread failed '%s': %s\n", in do_sort()
1119 if (orc_sort_thread) { in do_sort()
1122 rc = pthread_join(orc_sort_thread, &retval); in do_sort()