Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c18 static long nb_threads = 0; variable
613 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_support.py1141 def threading_cleanup(nb_threads): argument
1148 if n == nb_threads: