Lines Matching refs:threads
172 having the lock, but you cannot use multiple threads.)
534 having the lock, but you cannot use multiple threads.)
590 * threads behave a little more gracefully at interpreter shutdown.
595 * threads still hanging around from a previous Py_Initialize/Finalize
1663 threads.)
1763 // Wrap up existing "threading"-module-created, non-daemon threads.
1775 * threads created thru it, so this also protects pending imports in
1776 * the threads created via Threading.
1794 /* Remaining daemon threads will automatically exit
1800 /* Destroy the state of all threads of the interpreter, except of the
1801 current thread. In practice, only daemon threads should still be alive,
1803 Clear frames of other threads to call objects destructors. Destructors
1850 * XXX coming from threads (if a __del__ or callback is invoked,
1851 * XXX other threads can execute too, and any exception they encounter
2082 // Wrap up existing "threading"-module-created, non-daemon threads.
2087 if (tstate != interp->threads.head || tstate->next != NULL) {
2889 "threading" threads have completed. */