HomeSort by relevance Sort by last modified time
    Searched refs:main_pid (Results 1 - 3 of 3) sorted by null

  /external/ltp/lib/
tst_test.c 42 static pid_t main_pid, lib_pid; variable
241 if (getpid() == main_pid)
568 main_pid = getpid();
573 if (main_pid != getpid())
600 if (getpid() != main_pid) {
615 if (getpid() != main_pid) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 81 static pid_t main_pid; variable
197 if (getpid() == main_pid)
579 main_pid = getpid();
1008 main_pid = getpid();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 81 static pid_t main_pid; variable
197 if (getpid() == main_pid)
571 main_pid = getpid();
982 main_pid = getpid();

Completed in 99 milliseconds