![]() |
![]()
| ![]() |
![]()
NAMEiom_abort - abort all pending iom_wait calls SYNTAX#include <libowfat/io.h> int iom_abort(iomux_t* c); DESCRIPTIONiom_abort will cause all currently running instances of iom_wait to return immediately with return value -2. LINKINGYou may have to add -lpthread to the command line in the linking step. RETURN VALUEiom_abort returns 0 on success and -1 on error, setting errno. SEE ALSOiom_init, iom_add, iom_wait
|