Searched refs:wait_for_completion_thread (Results 1 – 1 of 1) sorted by relevance
1350 fn wait_for_completion_thread(in_flight: &Mutex<isize>, cv: &Condvar) { in submit_from_any_thread() function1372 wait_for_completion_thread(&in_flight, &cv); in submit_from_any_thread()1435 fn wait_for_completion_thread(in_flight: &Mutex<isize>, cv: &Condvar) { in multi_thread_submit_and_complete() function1457 wait_for_completion_thread(&in_flight, &cv); in multi_thread_submit_and_complete()