Searched refs:nb_threads (Results 1 – 2 of 2) sorted by relevance
18 static long nb_threads = 0; variable619 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()
1696 def threading_cleanup(nb_threads): argument1703 if n == nb_threads: