freebsd-nq/sys/posix4
David Xu 36ec198bd5 Add scheduler API sched_relinquish(), the API is used to implement
yield() and sched_yield() syscalls. Every scheduler has its own way
to relinquish cpu, the ULE and CORE schedulers have two internal run-
queues, a timesharing thread which calls yield() syscall should be
moved to inactive queue.
2006-06-15 06:37:39 +00:00
..
_semaphore.h
ksched.c Add scheduler API sched_relinquish(), the API is used to implement 2006-06-15 06:37:39 +00:00
ksem.h
p1003_1b.c Don't allow non-root user to set a scheduler policy, otherwise this could 2006-05-21 00:40:38 +00:00
posix4_mib.c
posix4.h
sched.h
semaphore.h