HomeSort by relevance Sort by last modified time
    Searched refs:SYS_read (Results 1 - 6 of 6) sorted by null

  /external/strace/linux/
syscallent.h 34 { 3, 0, sys_read, "read", SYS_read }, /* 3 */
232 { 5, TF, sys_pread, "pread64", SYS_read }, /* 180 */
  /external/strace/strace/linux/
syscallent.h 34 { 3, 0, sys_read, "read", SYS_read }, /* 3 */
224 { 5, TF, sys_pread, "pread64", SYS_read }, /* 180 */
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 258 // We expect the crashing thread to be in sys_read(), waiting for use to
269 SYS_read, tid_fd, tid_buf_addr);
273 // We didn't find the thread we want. Maybe it didn't reach sys_read()
  /external/strace/
syscall-android.h 175 #define SYS_read __NR_read
syscall.c 452 case SYS_read:
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 163 #define SYS_read __NR_read

Completed in 1081 milliseconds