Searched refs:nb_threads (Results 1 – 2 of 2) sorted by relevance
18 static long nb_threads = 0; variable613 nb_threads++; in t_bootstrap()638 nb_threads--; in t_bootstrap()778 return PyInt_FromLong(nb_threads); in thread__count()923 nb_threads = 0; in initthread()
1141 def threading_cleanup(nb_threads): argument1148 if n == nb_threads: