Home
last modified time | relevance | path

Searched defs:getsid (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/unistd/
H A Dgetsid.c4 pid_t getsid(pid_t pid) in getsid() function
/third_party/rust/crates/nix/src/
H A Dunistd.rs356 pub fn getsid(pid: Option<Pid>) -> Result<Pid> { in getsid() functions
/third_party/python/Lib/test/
H A Dtest_subprocess.py1915 [sys.executable, "-c", "import os; print(os.getsid(0))"], namespace
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1436 pub fn getsid(pid: pid_t) -> pid_t; in getsid() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3816 pub fn getsid(pid: pid_t) -> pid_t; in getsid() functions

Completed in 24 milliseconds