Loading include/norns/norns.h +8 −4 Original line number Diff line number Diff line Loading @@ -84,16 +84,20 @@ norns_iotask_t NORNS_IOTASK(norns_op_t operation, norns_resource_t src, ...) __THROW; /* Submit an asynchronous I/O task */ norns_error_t norns_submit(norns_iotask_t* task) __THROW; norns_error_t norns_submit(norns_iotask_t* task) __THROW; /* wait for the completion of the I/O task associated to 'task' */ norns_error_t norns_wait(norns_iotask_t* task) __THROW; norns_error_t norns_wait(norns_iotask_t* task) __THROW; /* Try to cancel an asynchronous I/O task associated with task */ norns_error_t norns_cancel(norns_iotask_t* task) __THROW; norns_error_t norns_cancel(norns_iotask_t* task) __THROW; /* Check the status of a submitted I/O task */ norns_error_t norns_status(norns_iotask_t* task, norns_stat_t* stats) __THROW; norns_error_t norns_status(norns_iotask_t* task, norns_stat_t* stats) __THROW; /* Return a string describing the error number */ char* norns_strerror(norns_error_t errnum) __THROW; Loading Loading
include/norns/norns.h +8 −4 Original line number Diff line number Diff line Loading @@ -84,16 +84,20 @@ norns_iotask_t NORNS_IOTASK(norns_op_t operation, norns_resource_t src, ...) __THROW; /* Submit an asynchronous I/O task */ norns_error_t norns_submit(norns_iotask_t* task) __THROW; norns_error_t norns_submit(norns_iotask_t* task) __THROW; /* wait for the completion of the I/O task associated to 'task' */ norns_error_t norns_wait(norns_iotask_t* task) __THROW; norns_error_t norns_wait(norns_iotask_t* task) __THROW; /* Try to cancel an asynchronous I/O task associated with task */ norns_error_t norns_cancel(norns_iotask_t* task) __THROW; norns_error_t norns_cancel(norns_iotask_t* task) __THROW; /* Check the status of a submitted I/O task */ norns_error_t norns_status(norns_iotask_t* task, norns_stat_t* stats) __THROW; norns_error_t norns_status(norns_iotask_t* task, norns_stat_t* stats) __THROW; /* Return a string describing the error number */ char* norns_strerror(norns_error_t errnum) __THROW; Loading