Searched defs:getsid (Results 1 – 2 of 2) sorted by relevance
/third_party/musl/src/unistd/ | ||
D | getsid.c | 4 pid_t getsid(pid_t pid) in getsid() function |
/third_party/rust/crates/libc/src/fuchsia/ | ||
D | mod.rs | 3816 pub fn getsid(pid: pid_t) -> pid_t; in getsid() function |