Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-top.c1241 pthread_t thread, thread_process; in __cmd_top() local
1321 if (pthread_create(&thread_process, NULL, process_thread, top)) { in __cmd_top()
1366 pthread_join(thread_process, NULL); in __cmd_top()