Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_threadx/
Dthread.cc163 const bool thread_done = native_type_->thread_done(); in detach() local
166 if (thread_done) { in detach()
/external/pigweed/pw_thread_freertos/
Dthread.cc191 const bool thread_done = native_type_->thread_done(); in detach() local
199 if (thread_done) { in detach()
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h66 bool thread_done() const { return thread_done_; } in thread_done() function
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h82 bool thread_done() const { return thread_done_; } in thread_done() function
/external/python/cpython2/Modules/
D_testcapimodule.c1959 static PyThread_type_lock thread_done = NULL; variable
1981 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()
/external/python/cpython3/Modules/
D_testcapimodule.c2705 static PyThread_type_lock thread_done = NULL; variable
2727 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()