/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
unistd.h | 192 /* Used to retry syscalls that can return EINTR. */
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-bootstrap/ |
bootstrap.exp | 111 set flags "--static -bI:/lib/syscalls.exp"
|
/external/ltrace/ |
options.c | 49 .syscalls = 0, /* display syscalls */ 664 options.syscalls = 1;
|
/external/valgrind/docs/internals/ |
threads-syscalls-signals.txt | 74 signal-raising syscalls are considered to be synchronous with respect to 181 Signal return is also interesting. There are two syscalls, sigreturn 212 mechanism. If its unblocked and ignored, it doesn't interrupt syscalls
|
/external/valgrind/coregrind/ |
m_syscall.c | 3 /*--- Doing syscalls. m_syscall.c ---*/ 213 /* Darwin: Some syscalls return a double-word result. */ 351 VG_(do_syscall): A function for doing syscalls. 1080 /* The Solaris kernel does not restart syscalls automatically so it [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-main.c | 62 Use of registers in syscalls is: 90 (perhaps for syscalls done with "sysenter"?) I don't think it is 91 relevant for syscalls done with "int $0x80/1/2". 98 syscalls. Fasttraps do not take any parameters (except of the sysno in eax) 197 syscalls getting interrupted, explained in comments in the code. 579 // GrP fixme hope syscalls aren't called with really shallow stacks... 658 // GrP fixme hope syscalls aren't called with really shallow stacks... 738 Pretend for now that we handle them as normal syscalls. */ [all...] |
syswrap-x86-linux.c | 3 /*--- Platform-specific syscalls stuff. syswrap-x86-linux.c ---*/ 371 native execution, either temporarily to pass syscalls to the 378 Fortunately it looks like no syscalls rely on the segment regs or 760 PRE/POST wrappers for x86/Linux-specific syscalls [all...] |
syswrap-amd64-linux.c | 3 /*--- Platform-specific syscalls stuff. syswrap-amd64-linux.c ---*/ 325 PRE/POST wrappers for AMD64/Linux-specific syscalls 643 PRE/POST wrappers for AMD64/Linux-variant specific syscalls [all...] |
syswrap-mips64-linux.c | 3 /*--- Platform-specific syscalls stuff. syswrap-mips64-linux.c ----*/ 145 /* 1. arg for syscalls */ 289 PRE/POST wrappers for mips/Linux-specific syscalls [all...] |
/external/valgrind/ |
NEWS | 295 342038 Unhandled syscalls on aarch64 (mbind/get/set_mempolicy) 336 344307 2 unhandled syscalls on aarch64/arm64: umount2(39), mount (40) 423 351140 arm64 syscalls setuid (146) and setresgid (149) not implemented 457 and syscalls from the trunk. If you package or deliver 3.10.0 for others 481 339855 arm64 unhandled getsid/setsid syscalls 489 340028 unhandled syscalls for arm64 (msync, pread64, setreuid and setregid) 491 340236 arm64: unhandled syscalls: mknodat, fchdir, chroot, fchownat 493 340630 arm64: fchmod (52) and fchown (55) syscalls not recognized 500 340922 arm64: unhandled getgroups/setgroups syscalls 507 351140 arm64 syscalls setuid (146) and setresgid (149) not implemente [all...] |
/external/kernel-headers/original/uapi/asm-mips/asm/ |
unistd.h | 20 * Linux o32 style syscalls are in the range from 4000 to 4999. 397 * Linux 64-bit syscalls are in the range from 5000 to 5999. 734 * Linux N32 syscalls are in the range from 6000 to 6999. [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
trace.go | 160 // We are in stop-the-world, but syscalls can finish and write to trace concurrently. 765 // Sysmon and stopTheWorld can stop Ps blocked in syscalls, 843 // Sysmon and stopTheWorld can declare syscalls running on remote Ps as blocked,
|
/prebuilts/go/linux-x86/src/runtime/ |
trace.go | 160 // We are in stop-the-world, but syscalls can finish and write to trace concurrently. 765 // Sysmon and stopTheWorld can stop Ps blocked in syscalls, 843 // Sysmon and stopTheWorld can declare syscalls running on remote Ps as blocked,
|
/build/tools/makeparallel/ |
makeparallel.cpp | 43 // Darwin does not interrupt syscalls by default.
|
/external/elfutils/libdwfl/ |
linux-proc-maps.c | 82 the 32-bit or 64-bit class. But this would bring the overhead of syscalls
|
/external/libchrome/sandbox/linux/services/ |
credentials.cc | 112 // glibc performs syscalls by calling a function pointer in TLS, so we do not
|