cancel an outstanding asynchronous I/O request NAME aio_cancel - cancel an outstanding asynchronous I/O request LIBRARY Real-time library ( librt , -lrt...set cancelability state and type NAME pthread_setcancelstate, pthread_setcanceltype - set cancelability state and type LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNO…set cancelability state and type NAME pthread_setcancelstate, pthread_setcanceltype - set cancelability state and type LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNO…send a cancelation request to a thread NAME pthread_cancel - send a cancelation request to a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthr…...nd (3) Suspend the caller until one or more of a specified set of I/O requests completes. aio_cancel (3) Attempt to cancel outstanding I/O requests on a specified file descripto…cancel an outstanding asynchronous I/O operation NAME io_cancel - cancel an outstanding asynchronous I/O operation LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchro…push and pop thread cancelation clean-up handlers NAME pthread_cleanup_push, pthread_cleanup_pop - push and pop thread cancelation clean-up handlers LIBRARY POSIX threads library (…push and pop thread cancelation clean-up handlers NAME pthread_cleanup_push, pthread_cleanup_pop - push and pop thread cancelation clean-up handlers LIBRARY POSIX threads library (…POSIX threads NAME pthreads - POSIX threads DESCRIPTION POSIX.1 specifies a set of interfaces (functions, header files) for threaded programming commonly known as POSIX threads, or…request delivery of any pending cancelation request NAME pthread_testcancel - request delivery of any pending cancelation request LIBRARY POSIX threads library ( libpthread , -lpth…destroy an asynchronous I/O context NAME io_destroy - destroy an asynchronous I/O context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/aio_abi.h> /* Definitio…...e STANDARDS POSIX.1-2008. HISTORY glibc 2.1. POSIX.1-2001. EXAMPLES See aio (7). SEE ALSO aio_cancel (3), aio_fsync (3), aio_read (3), aio_return (3), aio_suspend (3), aio_write…push and pop thread cancelation clean-up handlers while saving cancelability type NAME pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np - push and pop thread cancelati…push and pop thread cancelation clean-up handlers while saving cancelability type NAME pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np - push and pop thread cancelati…...about this structure, see aio (7). STANDARDS POSIX.1-2008. HISTORY POSIX.1-2001. SEE ALSO aio_cancel (3), aio_error (3), aio_fsync (3), aio_read (3), aio_return (3), aio_suspend…...e STANDARDS POSIX.1-2008. HISTORY glibc 2.1. POSIX.1-2001. EXAMPLES See aio (7). SEE ALSO aio_cancel (3), aio_error (3), aio_fsync (3), aio_read (3), aio_suspend (3), aio_write …...) Thread safety MT-Safe STANDARDS POSIX.1-2008. HISTORY glibc 2.1. POSIX.1-2001. SEE ALSO aio_cancel (3), aio_error (3), aio_read (3), aio_return (3), aio_suspend (3), aio_write…...uspend () is not async-signal-safe, in violation of the requirements of POSIX.1. SEE ALSO aio_cancel (3), aio_error (3), aio_fsync (3), aio_read (3), aio_return (3), aio_write (…...us I/O operations specifying the same aiocb structure produce undefined results. SEE ALSO aio_cancel (3), aio_error (3), aio_fsync (3), aio_read (3), aio_return (3), aio_suspend…...ifying the same aiocb structure produce undefined results. EXAMPLES See aio (7). SEE ALSO aio_cancel (3), aio_error (3), aio_fsync (3), aio_return (3), aio_suspend (3), aio_writ…