Home
last modified time | relevance | path

Searched refs:getppid (Results 151 - 154 of 154) sorted by relevance

1234567

/third_party/libinput/test/
H A Dlitest.c4753 int ppid = getppid(); in is_debugger_attached()
/third_party/python/Lib/test/
H A Dtest_posix.py69 "getpid", "getpgrp", "getppid", "getuid", "sync",
1143 parent = posix.sched_getscheduler(os.getppid())
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3612 pub fn getppid() -> pid_t; in getppid() functions
/third_party/python/Modules/
H A Dposixmodule.c7962 os.getppid
7977 return PyLong_FromPid(getppid()); in os_getppid_impl()

Completed in 34 milliseconds

1234567