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

/linux-master/tools/perf/
H A Dbuiltin-top.c1240 pthread_t thread, thread_process; local
1321 if (pthread_create(&thread_process, NULL, process_thread, top)) {
1366 pthread_join(thread_process, NULL);

Completed in 97 milliseconds