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

  /external/toybox/toys/other/
watch.c 32 pid_t pid, oldpid;
52 if (pid == TT.oldpid) TT.oldpid = 0;
121 if (TT.oldpid>0) kill(TT.oldpid, SIGKILL);
123 TT.oldpid = pid;
  /external/toybox/generated/
globals.h 421 pid_t pid, oldpid; member in struct:watch_data

Completed in 347 milliseconds