Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_sgi.h12 #define MAXPROC 100 /* max # of threads that can be started */ macro
25 } pidlist[MAXPROC]; /* PIDs of other threads; protected by count_lock */
128 if (maxpidindex >= MAXPROC) in PyThread_start_new_thread()