logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iom_abort - abort all pending iom_wait calls

Description

iom_abort  will cause all currently running instances of iom_wait to return immediately with return value
       -2.

Linking

       You may have to add -lpthread to the command line in the linking step.

Name

       iom_abort - abort all pending iom_wait calls

Return Value

       iom_abort returns 0 on success and -1 on error, setting errno.

See Also

       iom_init, iom_add, iom_wait

                                                                                                    iom_abort(3)

Syntax

#include<libowfat/io.h>

       int iom_abort(iomux_t* c);

See Also