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

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

Completed in 32 milliseconds