Home
last modified time | relevance | path

Searched refs:exit_event (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_testcapimodule.c2245 PyThread_type_lock exit_event; member
2274 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()