Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-top.c1235 pthread_t thread, thread_process; in __cmd_top() local
1316 if (pthread_create(&thread_process, NULL, process_thread, top)) { in __cmd_top()
1361 pthread_join(thread_process, NULL); in __cmd_top()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-top.c1241 pthread_t thread, thread_process; in __cmd_top() local
1322 if (pthread_create(&thread_process, NULL, process_thread, top)) { in __cmd_top()
1367 pthread_join(thread_process, NULL); in __cmd_top()

Completed in 5 milliseconds