Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()