Searched refs:resume_thread (Results 1 – 7 of 7) sorted by relevance
503 TestWaitableEvent resume_thread[kNumJankyTasks] = {}; in TEST_F() local514 resume_thread[task_index].Wait(); in TEST_F()542 resume_thread[i].Signal(); in TEST_F()570 TestWaitableEvent resume_thread[kNumJankyTasks] = {}; in TEST_F() local581 resume_thread[task_index].Wait(); in TEST_F()616 resume_thread[i].Signal(); in TEST_F()
132 success = resume_thread( tid ); in PyThread_start_new_thread()
115 success = resume_thread(tid); in PyThread_start_new_thread()
295 pub fn resume_thread(handle: RawHandle) -> io::Result<ThreadState> { in resume_thread() function
237 resume_thread(fTransfersThread); in USBDeviceHandle()
959 pub fn resume_thread(thread: thread_id) -> status_t; in resume_thread() function
1261 win_util::resume_thread(target.thread.as_raw_descriptor()) in spawn_sandboxed_child()