Searched refs:thread_done (Results 1 – 6 of 6) sorted by relevance
163 const bool thread_done = native_type_->thread_done(); in detach() local166 if (thread_done) { in detach()
191 const bool thread_done = native_type_->thread_done(); in detach() local199 if (thread_done) { in detach()
66 bool thread_done() const { return thread_done_; } in thread_done() function
82 bool thread_done() const { return thread_done_; } in thread_done() function
1959 static PyThread_type_lock thread_done = NULL; variable1981 PyThread_release_lock(thread_done); in _make_call_from_thread()2001 thread_done = PyThread_allocate_lock(); in test_thread_state()2002 if (thread_done == NULL) in test_thread_state()2004 PyThread_acquire_lock(thread_done, 1); in test_thread_state()2013 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()2023 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()2027 PyThread_release_lock(thread_done); in test_thread_state()2029 PyThread_free_lock(thread_done); in test_thread_state()
2705 static PyThread_type_lock thread_done = NULL; variable2727 PyThread_release_lock(thread_done); in _make_call_from_thread()2745 thread_done = PyThread_allocate_lock(); in test_thread_state()2746 if (thread_done == NULL) in test_thread_state()2748 PyThread_acquire_lock(thread_done, 1); in test_thread_state()2757 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()2767 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()2771 PyThread_release_lock(thread_done); in test_thread_state()2773 PyThread_free_lock(thread_done); in test_thread_state()