]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ithread(9): update functions to current day
authorMitchell Horne <mhorne@FreeBSD.org>
Sat, 15 Oct 2022 18:32:09 +0000 (15:32 -0300)
committerMitchell Horne <mhorne@FreeBSD.org>
Sun, 30 Oct 2022 14:13:58 +0000 (11:13 -0300)
commit8f85514a2c41c62a32271afa00158310e5cc30d0
tree6e32306bd43b91d38d7d1f0d0f05cc0b13cd09ee
parent14b1657ef3f3a4bf6ddb4df94e17697ecdbccd13
ithread(9): update functions to current day

The public KPI is now intr_event_**,
 - Convert existing documented functions to their equivalents.
 - Fix up the function arguments
 - Fix up the possible error return values for each
 - Remove ithread_schedule() completely
 - Rename man page to intr_event(9)
 - Update cross-references

Future changes will update the descriptive text for these functions.

PR: 100803
Based on work by: trhodes
Reviewed by: jhb
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33475

(cherry picked from commit 3cdbaee3548a6caa3ab7aca5788775057b1bd1fd)
ObsoleteFiles.inc
share/man/man9/Makefile
share/man/man9/intr_event.9 [moved from share/man/man9/ithread.9 with 72% similarity]
share/man/man9/socket.9
share/man/man9/swi.9