acadia/zion/scheduler
Drew Galbraith 1cebe547c0 [zion] Allow the sleep thread to be preempted.
We can't yield it when the next thread is unblocked for now because it
may still be holding a lock that the prempted thread is waiting on.
2023-06-19 21:47:37 -07:00
..
context_switch.s Scheduler with working threads. 2023-05-18 13:24:02 -07:00
jump_user_space.s Set eflags properly for jump to userspace 2023-06-12 19:20:42 -07:00
process_manager.cpp [zion] Update LinkedList iterator semantics. 2023-06-16 15:24:38 -07:00
process_manager.h Move Process & Thread to the object folder. 2023-06-06 20:18:53 -07:00
scheduler.cpp [zion] Allow the sleep thread to be preempted. 2023-06-19 21:47:37 -07:00
scheduler.h Add a method for blocking threads on ports. 2023-06-12 20:56:25 -07:00