Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Dsorttable.h202 pthread_t mcount_sort_thread; variable
389 if (pthread_create(&mcount_sort_thread, NULL, &sort_mcount_loc, &mstruct)) { in do_sort()
480 if (mcount_sort_thread) { in do_sort()
483 rc = pthread_join(mcount_sort_thread, &retval); in do_sort()