Searched refs:aio_suspend (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h268 int aio_suspend( const struct aiocb *const aiocblist[],
270 const struct timespec * timeoutp ) __DARWIN_ALIAS_C(aio_suspend); variable
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile21 aio_suspend.2 \
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl132 accept access aio_suspend
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c1087 * aio_suspend - suspend the calling thread until at least one of the async
1096 aio_suspend(proc_t p, struct aio_suspend_args *uap, int *retval ) function
1202 error = msleep1(&p->AIO_SUSPEND_SLEEP_CHAN, aio_proc_mutex(p), PCATCH | PWAIT | PDROP, "aio_suspend", abstime); /* XXX better priority? */
1232 } /* aio_suspend */
2317 * A thread in aio_suspend() wants to known about completed IOs. If it checked
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4691 * Test aio_error, aio_read, aio_return, aio_suspend, aio_write, fcntl system calls.
4906 /* test aio_suspend and lio_listio */
4921 my_err = aio_suspend( (const struct aiocb *const*) my_aiocb_list, AIO_TESTS_OUR_COUNT, &my_timeout );
4923 printf( "aio_suspend call failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 78 milliseconds