Home
last modified time | relevance | path

Searched refs:cur_pid (Results 1 - 3 of 3) sorted by relevance

/third_party/toybox/toys/lsb/
H A Dkillall.c32 pid_t cur_pid;
42 if (pid == TT.cur_pid) return 0; in kill_process()
96 TT.cur_pid = getpid(); in killall_main()
/third_party/python/Lib/
H A Dtempfile.py144 cur_pid = _os.getpid()
145 if cur_pid != getattr(self, '_rng_pid', None):
147 self._rng_pid = cur_pid
/third_party/toybox/generated/
H A Dglobals.h65 pid_t cur_pid; member

Completed in 6 milliseconds