Home
last modified time | relevance | path

Searched refs:thread_done (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_testcapimodule.c3022 * `thread_done` when it's finished. The driver code has to know when the
3028 static PyThread_type_lock thread_done = NULL; variable
3043 /* Same thing, but releases `thread_done` when it returns. This variant
3050 PyThread_release_lock(thread_done); in _make_call_from_thread()
3068 thread_done = PyThread_allocate_lock(); in test_thread_state()
3069 if (thread_done == NULL) in test_thread_state()
3071 PyThread_acquire_lock(thread_done, 1); in test_thread_state()
3080 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()
3090 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()
3094 PyThread_release_lock(thread_done); in test_thread_state()
[all...]

Completed in 8 milliseconds