Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1240 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()