Searched refs:TGT_WNOHANG (Results 1 - 2 of 2) sorted by relevance

/gem5/src/kern/linux/
H A Dlinux.hh300 static const unsigned TGT_WNOHANG = 0x00000001; member in class:Linux
/gem5/src/sim/
H A Dsyscall_emul.hh2734 return (options & OS::TGT_WNOHANG) ? 0 : SyscallReturn::retry();

Completed in 16 milliseconds