HomeSort by relevance Sort by last modified time
    Searched refs:getsid (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/strace/tests/
getsid.c 9 printf("getsid(%d) = %d\n", pid, getsid(pid));
  /external/strace/tests-m32/
getsid.c 9 printf("getsid(%d) = %d\n", pid, getsid(pid));
  /external/strace/tests-mx32/
getsid.c 9 printf("getsid(%d) = %d\n", pid, getsid(pid));
  /bionic/libc/arch-arm/syscalls/
getsid.S 5 ENTRY(getsid) function
16 END(getsid)
  /bionic/libc/arch-arm64/syscalls/
getsid.S 5 ENTRY(getsid) function
14 END(getsid)
  /bionic/libc/arch-mips/syscalls/
getsid.S 5 ENTRY(getsid) function
19 END(getsid)
  /bionic/libc/arch-x86_64/syscalls/
getsid.S 5 ENTRY(getsid) function
15 END(getsid)
  /bionic/libc/arch-mips64/syscalls/
getsid.S 5 ENTRY(getsid) function
25 END(getsid)
  /bionic/libc/arch-x86/syscalls/
getsid.S 5 ENTRY(getsid) function
29 END(getsid)
  /external/ltp/testcases/kernel/syscalls/getsid/
getsid01.c 25 * getsid01 - call getsid() and make sure it succeeds
34 * save the return value from the getsid() call - the session ID
90 TEST(getsid(0));
117 if ((c_sid = getsid(0)) == -1) {
118 tst_resm(TINFO, "getsid failed in "
getsid02.c 46 TEST(getsid(unused_pid));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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/
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))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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))
  /bionic/tests/
pty_test.cpp 55 pid_t sid = getsid(0);
63 ASSERT_NE(sid, getsid(0));
67 ASSERT_EQ(sid, getsid(0));
  /external/ltp/testcases/kernel/containers/pidns/
pidns02.c 38 * Inside the cloned pid check for the getsid(0) and getpgid(0)
72 sid = getsid(0);
  /external/toybox/toys/posix/
kill.c 106 sid = getsid(pid = getpid());
  /development/ndk/platforms/android-12/include/
unistd.h 189 extern pid_t getsid(pid_t);
  /development/ndk/platforms/android-21/include/
unistd.h 63 extern pid_t getsid(pid_t);
  /development/ndk/platforms/android-9/include/
unistd.h 186 extern pid_t getsid(pid_t);
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 173 pid_t getsid(pid_t);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
unistd.h 194 extern pid_t getsid(pid_t);

Completed in 599 milliseconds

1 2 3 4 5 6 7