Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dthread_sgi.h17 static int waiting_for_threads; /* protected by count_lock */ variable
186 waiting_for_threads = 1; in PyThread_exit_thread()
204 if (waiting_for_threads) { in PyThread_exit_thread()