Searched defs:SYSCALL (Results 1 – 4 of 4) 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