Searched refs:thread_process (Results 1 – 1 of 1) sorted by relevance
1247 pthread_t thread, thread_process; in __cmd_top() local1328 if (pthread_create(&thread_process, NULL, process_thread, top)) { in __cmd_top()1373 pthread_join(thread_process, NULL); in __cmd_top()