Searched refs:th_remove (Results 1 – 1 of 1) sorted by relevance
1175 thread_t th_remove; in thread_terminate_crashed_threads() local1183 qe_foreach_element_safe(th_remove, &crashed_threads_queue, runq_links) { in thread_terminate_crashed_threads()1185 assert(th_remove != current_thread()); in thread_terminate_crashed_threads()1187 if (th_remove->inspection == FALSE) { in thread_terminate_crashed_threads()1188 remqueue(&th_remove->runq_links); in thread_terminate_crashed_threads()1189 mpsc_daemon_enqueue(&thread_terminate_queue, &th_remove->mpsc_links, in thread_terminate_crashed_threads()