Searched refs:getsid (Results 1 – 25 of 111) sorted by relevance
12345
/external/llvm-project/lldb/test/API/tools/lldb-server/commandline/ |
D | TestStubSetSID.py | 28 return os.getsid(server.pid) 32 self.assertEqual(stub_sid, os.getsid(0)) 36 self.assertNotEqual(stub_sid, os.getsid(0)) 40 self.assertNotEqual(stub_sid, os.getsid(0))
|
/external/python/cpython3/Lib/test/ |
D | test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/external/python/cpython2/Lib/test/ |
D | test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/external/ltp/testcases/kernel/syscalls/getsid/ |
D | getsid01.c | 90 TEST(getsid(0)); in main() 117 if ((c_sid = getsid(0)) == -1) { in main()
|
D | getsid02.c | 46 TEST(getsid(unused_pid)); in main()
|
/external/strace/tests-m32/ |
D | getsid.c | 9 printf("getsid(%d) = %d\n", pid, getsid(pid)); in main()
|
/external/strace/tests/ |
D | getsid.c | 9 printf("getsid(%d) = %d\n", pid, getsid(pid)); in main()
|
/external/strace/tests-mx32/ |
D | getsid.c | 9 printf("getsid(%d) = %d\n", pid, getsid(pid)); in main()
|
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns02.c | 72 sid = getsid(0); in child_fn1()
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 168 pid_t getsid(pid_t);
|
/external/adhd/sound_card_init/seccomp/ |
D | sound_card_init-seccomp-amd64.policy | 38 getsid: 1
|
/external/toybox/toys/posix/ |
D | kill.c | 109 sid = getsid(pid = getpid());
|
/external/crosvm/sys_util/src/ |
D | lib.rs | 151 pub fn getsid(pid: Option<Pid>) -> Result<Pid> { in getsid() function 153 let ret = unsafe { libc::getsid(pid.unwrap_or(0)) } as Pid; in getsid()
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 158 getsid 156
|
D | mips_n64.in | 123 getsid 122
|
D | ia64.in | 59 getsid 1082
|
D | x86_64.in | 125 getsid 124
|
D | sparc64.in | 230 getsid 252
|
D | s390.in | 107 getsid 147
|
D | powerpc.in | 145 getsid 147
|
D | s390x.in | 107 getsid 147
|
D | mips_n32.in | 123 getsid 122
|
D | i386.in | 145 getsid 147
|
D | powerpc64.in | 145 getsid 147
|
D | sparc.in | 254 getsid 252
|
12345