Searched hist:bb58b5d6708ec7c13fdc2025616824ea5af8ce6e (Results 1 – 4 of 4) sorted by relevance
/freebsd/share/man/man9/ |
H A D | taskqueue.9 | diff bb58b5d6708ec7c13fdc2025616824ea5af8ce6e Wed Nov 21 18:18:27 CET 2018 Mark Johnston <markj@FreeBSD.org> Add a taskqueue_quiesce(9) KPI.
This is similar to taskqueue_drain_all(9) but will wait for the queue to become idle before returning instead of only waiting for already-enqueued tasks to finish. This will be used in the opensolaris compat layer.
PR: 227784 Reviewed by: cem MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17975
|
H A D | Makefile | diff bb58b5d6708ec7c13fdc2025616824ea5af8ce6e Wed Nov 21 18:18:27 CET 2018 Mark Johnston <markj@FreeBSD.org> Add a taskqueue_quiesce(9) KPI.
This is similar to taskqueue_drain_all(9) but will wait for the queue to become idle before returning instead of only waiting for already-enqueued tasks to finish. This will be used in the opensolaris compat layer.
PR: 227784 Reviewed by: cem MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17975
|
/freebsd/sys/sys/ |
H A D | taskqueue.h | diff bb58b5d6708ec7c13fdc2025616824ea5af8ce6e Wed Nov 21 18:18:27 CET 2018 Mark Johnston <markj@FreeBSD.org> Add a taskqueue_quiesce(9) KPI.
This is similar to taskqueue_drain_all(9) but will wait for the queue to become idle before returning instead of only waiting for already-enqueued tasks to finish. This will be used in the opensolaris compat layer.
PR: 227784 Reviewed by: cem MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17975
|
/freebsd/sys/kern/ |
H A D | subr_taskqueue.c | diff bb58b5d6708ec7c13fdc2025616824ea5af8ce6e Wed Nov 21 18:18:27 CET 2018 Mark Johnston <markj@FreeBSD.org> Add a taskqueue_quiesce(9) KPI.
This is similar to taskqueue_drain_all(9) but will wait for the queue to become idle before returning instead of only waiting for already-enqueued tasks to finish. This will be used in the opensolaris compat layer.
PR: 227784 Reviewed by: cem MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17975
|