Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/scripts/
H A Dsorttable.h202 pthread_t mcount_sort_thread; variable
389 if (pthread_create(&mcount_sort_thread, NULL, &sort_mcount_loc, &mstruct)) { in do_sort()
391 "pthread_create mcount_sort_thread failed '%s': %s\n", in do_sort()
480 if (mcount_sort_thread) { in do_sort()
483 rc = pthread_join(mcount_sort_thread, &retval); in do_sort()

Completed in 2 milliseconds