Searched refs:exit_event (Results 1 – 1 of 1) sorted by relevance
2245 PyThread_type_lock exit_event; member2274 PyThread_release_lock(test_c_thread->exit_event); in temporary_c_thread()2289 test_c_thread.exit_event = PyThread_allocate_lock(); in call_in_temporary_c_thread()2291 if (!test_c_thread.start_event || !test_c_thread.exit_event) { in call_in_temporary_c_thread()2300 PyThread_acquire_lock(test_c_thread.exit_event, 1); in call_in_temporary_c_thread()2306 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread()2314 PyThread_acquire_lock(test_c_thread.exit_event, 1); in call_in_temporary_c_thread()2315 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread()2325 if (test_c_thread.exit_event) in call_in_temporary_c_thread()2326 PyThread_free_lock(test_c_thread.exit_event); in call_in_temporary_c_thread()