Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c18 static long nb_threads = 0; variable
619 nb_threads++; in t_bootstrap()
647 nb_threads--; in t_bootstrap()
787 return PyInt_FromLong(nb_threads); in thread__count()
932 nb_threads = 0; in initthread()
/external/python/cpython2/Lib/test/support/
D__init__.py1696 def threading_cleanup(nb_threads): argument
1703 if n == nb_threads: