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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio.h242 int aio_suspend( const struct aiocb *const aiocblist[],
244 const struct timespec * timeoutp ) __DARWIN_ALIAS_C(aio_suspend); variable
H A Dsysproto.h1988 int aio_suspend(struct proc *, struct aio_suspend_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile22 aio_suspend.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c461 {AC(aio_suspend_args), 0, 0, (sy_call_t *)aio_suspend, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 315 = aio_suspend */
H A Dkern_aio.c855 * aio_suspend - suspend the calling thread until at least one of the async
864 aio_suspend(proc_t p, struct aio_suspend_args *uap, int *retval ) function
1021 } /* aio_suspend */
1980 * aio_suspend case when a signal was not requested. In that scenario we
1983 * we really only need to do this when an aio_suspend call is pending.
1985 * async IO requests given in the list provided by aio_suspend and only
1987 * the aio_suspend wakes up.
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c4567 * Test aio_error, aio_read, aio_return, aio_suspend, aio_write, fcntl system calls.
4781 /* test aio_suspend and lio_listio */
4796 my_err = aio_suspend( (const struct aiocb *const*) my_aiocb_list, AIO_TESTS_OUR_COUNT, &my_timeout );
4798 printf( "aio_suspend call failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 89 milliseconds