Home
last modified time | relevance | path

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

/linux/scripts/
H A Dsorttable.c678 static pthread_t mcount_sort_thread; variable
1066 if (pthread_create(&mcount_sort_thread, NULL, &sort_mcount_loc, &mstruct)) { in do_sort()
1137 if (mcount_sort_thread) { in do_sort()
1140 rc = pthread_join(mcount_sort_thread, &retval); in do_sort()