boost::this_thread::disable_syscall_interruption Class Reference
#include <System.h>
List of all members.
Detailed Description
Create this struct on the stack to temporarily disable system call interruption, until the object goes out of scope.
While system call interruption is disabled, the functions in InterruptableCalls will try until the return code is not EINTR.
The documentation for this class was generated from the following file: