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