Searched defs:pidlist (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dthread_sgi.h22 static struct pidlist { struct
25 } pidlist[MAXPROC]; /* PIDs of other threads; protected by count_lock */ variable in typeref:struct:pidlist
26 static int maxpidindex; /* # of PIDs in pidlist */
87 if (pidlist[i].parent == mypid && (pid = pidlist[i].child) > 0) {
91 pidlist[i] = pidlist[--maxpidindex];
94 if (pidlist[j].parent == pid)
95 pidlist[j].child = -1;
104 if (pidlist[
[all...]

Completed in 6 milliseconds