Searched defs:SYSCALL (Results 1 – 5 of 5) sorted by relevance
1 #define SYSCALL "syscall(\"foo\")" macro
30 pub const SYSCALL: ErrorCode = ErrorCode(ffi::SSL_ERROR_SYSCALL); constant
62 SYSCALL, enumerator
239 static mut SYSCALL: AtomicPtr<Function> = AtomicPtr::new(null_mut()); constant
88 #define SYSCALL(call) while (((call) == -1) && (errno == EINTR)) macro