Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dsorttable.h97 pthread_t orc_sort_thread; variable
289 if (pthread_create(&orc_sort_thread, NULL, in do_sort()
292 "pthread_create orc_sort_thread failed '%s': %s\n", in do_sort()
363 if (orc_sort_thread) { in do_sort()
366 rc = pthread_join(orc_sort_thread, &retval); in do_sort()
/kernel/linux/linux-6.6/scripts/
H A Dsorttable.h104 pthread_t orc_sort_thread; variable
371 if (pthread_create(&orc_sort_thread, NULL, in do_sort()
374 "pthread_create orc_sort_thread failed '%s': %s\n", in do_sort()
462 if (orc_sort_thread) { in do_sort()
465 rc = pthread_join(orc_sort_thread, &retval); in do_sort()

Completed in 2 milliseconds