|
ach
Real-Time IPC Library
|
Attributes parameter for ach_cancel. More...
#include <ach.h>
Data Fields | |
| union { | |
| struct { | |
| unsigned int async_unsafe: 1 | |
| If true, permit calls that are unsafe in a signal handler. More... | |
| } | |
| int64_t reserved [8] | |
| }; | |
Attributes parameter for ach_cancel.
Library users should access this struct through the provided functions rather than directly manipulating it.
| unsigned int ach_cancel_attr::async_unsafe |
If true, permit calls that are unsafe in a signal handler.