mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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. |
||
|---|---|---|
| .. | ||
| _semaphore.h | ||
| ksched.c | ||
| ksem.h | ||
| p1003_1b.c | ||
| posix4.h | ||
| posix4_mib.c | ||
| sched.h | ||
| semaphore.h | ||