Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_sgi.h81 pid_t mypid, pid; in clean_threads() local
84 mypid = getpid(); in clean_threads()
87 if (pidlist[i].parent == mypid && (pid = pidlist[i].child) > 0) { in clean_threads()