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

/freebsd-11.0-release/lib/libc/sys/
H A Daio_suspend.c34 __FBSDID("$FreeBSD: releng/11.0/lib/libc/sys/aio_suspend.c 276630 2015-01-03 18:38:46Z kib $");
42 #pragma weak aio_suspend macro
44 aio_suspend(const struct aiocb * const iocbs[], int niocb, function
H A Dinterposing_table.c44 SLOT(aio_suspend, __sys_aio_suspend),
H A DMakefile.inc36 aio_suspend \
135 aio_suspend.2 \
/freebsd-11.0-release/sys/sys/
H A Daio.h248 int aio_suspend(const struct aiocb * const[], int, const struct timespec *);
H A Dsyscall.mk198 aio_suspend.o \
/freebsd-11.0-release/sys/kern/
H A Dcapabilities.conf89 aio_suspend
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_syscalls.c619 SLOT(aio_suspend);
/freebsd-11.0-release/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c766 if (aio_suspend(aiocb_array, 1, NULL) < 0)
852 if (aio_suspend(aiocb_array, 1, NULL) < 0)

Completed in 112 milliseconds