Searched refs:thread_done (Results 1 – 2 of 2) sorted by relevance
2853 static PyThread_type_lock thread_done = NULL; variable2875 PyThread_release_lock(thread_done); in _make_call_from_thread()2893 thread_done = PyThread_allocate_lock(); in test_thread_state()2894 if (thread_done == NULL) in test_thread_state()2896 PyThread_acquire_lock(thread_done, 1); in test_thread_state()2905 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()2915 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()2919 PyThread_release_lock(thread_done); in test_thread_state()2921 PyThread_free_lock(thread_done); in test_thread_state()
126 Modules/_testcapimodule.c - thread_done -