Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_sgi.h21 static pid_t my_pid; /* PID of main thread */ variable
50 my_pid = getpid(); /* so that we know which is the main thread */ in PyThread__init_thread()
183 if (getpid() == my_pid) { in PyThread_exit_thread()