Searched
full:setsid (Results
326 -
350 of
644) sorted by null
<<11121314151617181920>>
/external/strace/linux/sh/ |
syscallent.h | 97 [ 66] = { 0, 0, SEN(setsid), "setsid" },
|
/external/strace/linux/sh64/ |
syscallent.h | 95 [ 66] = { 0, 0, SEN(setsid), "setsid" },
|
/external/strace/linux/x32/ |
syscallent.h | 113 [112] = { 0, 0, SEN(setsid), "setsid" },
|
/bionic/libc/include/ |
unistd.h | 91 extern pid_t setsid(void);
|
/bionic/libc/ |
libc.arm.brillo.map | 928 setsid;
|
libc.arm.map | 928 setsid;
|
libc.map.txt | 953 setsid;
|
libc.mips.map | 926 setsid;
|
libc.x86.map | 924 setsid;
|
/external/e2fsprogs/misc/ |
uuidd.c | 82 (void) setsid();
|
/external/iputils/ |
rarpd.c | 690 setsid();
|
/external/libvncserver/rfb/ |
rfbconfig.h | 250 /* Define to 1 if you have the `setsid' function. */
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
syscallent.h | 178 "setsid", /* 157 */ [all...] |
/external/netperf/ |
config.h | 170 /* Define to 1 if you have the `setsid' function. */
|
configure.ac | 80 AC_CHECK_FUNCS([alarm bzero daemon gethostbyname gethrtime gettimeofday inet_ntoa memset memcpy munmap select setsid socket sqrt strcasecmp strchr strstr strtoul uname toupper])
|
/libcore/luni/src/main/java/libcore/io/ |
Posix.java | 226 public native int setsid() throws ErrnoException; method in class:Posix
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/syscalls/ |
amd64-linux.xml | 129 <syscall name="setsid" number="112"/>
|
i386-linux.xml | 83 <syscall name="setsid" number="66"/>
|
mips-n32-linux.xml | 127 <syscall name="setsid" number="6110"/>
|
mips-n64-linux.xml | 127 <syscall name="setsid" number="5110"/>
|
mips-o32-linux.xml | 80 <syscall name="setsid" number="4066"/>
|
ppc-linux.xml | 83 <syscall name="setsid" number="66"/>
|
ppc64-linux.xml | 83 <syscall name="setsid" number="66"/>
|
sparc-linux.xml | 190 <syscall name="setsid" number="175"/>
|
sparc64-linux.xml | 173 <syscall name="setsid" number="175"/>
|
Completed in 1389 milliseconds
<<11121314151617181920>>