Searched hist:10500 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dsyscall_emul.cc10500:5e0a421e2031 Tue Sep 02 17:07:00 EDT 2014 Steve Reinhardt <steve.reinhardt@amd.com> syscall_emul: add retry flag to SyscallReturn

This hook allows blocking emulated system calls to indicate
that they would block, but return control to the simulator
so that the simulation does not hang. The actual retry
functionality requires additional support, to be provided
in a future changeset.

Completed in 20 milliseconds