O nás     Inzerce     KontaktSpolehlivé informace o IT již od roku 2011
Hledat
Nepřehlédněte: Usnadní vám práci: Pozoruhodné IT produkty pro rok 2024
Správa dokumentů
Digitální transformace
Informační systémy
Hlavní rubriky: Informační systémy, Mobilní technologie, Datová centra, Sítě, IT bezpečnost, Software, Hardware, Zkušenosti a názory, Speciály

Pozoruhodné IT produkty 2024
E-knihy o IT zdarma
Manuál Linux
[Linux manuál]

aio_suspend: čekat na asynchronní I / O operaci nebo časový limit

Originální popis anglicky: aio_suspend - wait for asynchronous I/O operation or timeout

Návod, kniha: Linux Programmer's Manual

STRUČNĚ

 
#include <aio.h>
 
int aio_suspend(const struct aiocb * const cblist[],
 
int n, const struct timespec *timeout);
 

POPIS / INSTRUKCE

The aio_suspend function suspends the calling process until at least one of the asynchronous I/O requests in the list cblist of length n have completed, a signal is delivered, or timeout is not NULL and the time interval it indicates has passed.
Each item in the list must either be NULL (and then is ignored), or a pointer to a control block on which I/O was initiated using aio_read(3), aio_write(3), or lio_listio(3).
If CLOCK_MONOTONIC is supported, this clock is used to measure the timeout interval.

NÁVRATOVÁ HODNOTA

If this function returns after completion of one of the indicated requests, it returns 0. Otherwise it returns -1 and sets errno appropriately.

CHYBY / ERRORY

EAGAIN
The call was ended by timeout, before any of the indicated operations had completed.
EINTR
The call was ended by signal. (Possibly the completion signal of one of the operations we were waiting for.)

NOTE

One can achieve polling by using a non-NULL timeout that specifies a zero time interval.

ODPOVÍDAJÍCÍ

POSIX 1003.1-2003

SOUVISEJÍCÍ

aio_cancel(3), aio_error(3), aio_fsync(3), aio_read(3), aio_return(3), aio_write(3)
2003-11-14
©2011-2024 BusinessIT.cz, ISSN 1805-0522 | Názvy použité v textech mohou být ochrannými známkami příslušných vlastníků.
Provozovatel: Bispiral, s.r.o., kontakt: BusinessIT(at)Bispiral.com | Inzerce: Best Online Media, s.r.o., zuzana@online-media.cz
O vydavateli | Pravidla webu BusinessIT.cz a ochrana soukromí | Používáme účetní program Money S3 | pg(8907)