Searched defs:syscall (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp39 #include <sys/syscall.h>
180 /* If the syscall failed, re-set errno: throwing an exception might have modified it. */ \
219 /* If the syscall failed, re-set errno: throwing an exception might have modified it. */ \
785 jobject process(const char* syscall, int error) { argument
788 throwErrnoException(mEnv, syscall);
1470 return syscall(__NR_gettid);
2337 /* If the syscall failed, re-set errno: throwing an exception might have modified it. */

Completed in 34 milliseconds