acadia/zion/syscall
Drew Galbraith 8adde27d9b [Zion] Add a thread sleep call.
For now this can only sleep in increments of the scheduler quantum
(currently 50ms). It also uses a somewhat ineffecient way of tracking
the sleeping threads - it will scale linearly with the number of
sleeping threads.
2023-12-07 00:20:03 -08:00
..
address_space.cpp [Zion] Mark pages as not present before calling invlpg. 2023-12-05 16:11:37 -08:00
address_space.h
capability.cpp
capability.h
debug.cpp [Zion] Add an argument to memory align a mapping. 2023-11-23 18:52:28 -08:00
debug.h
ipc.cpp [Zion] Don't ignore DriverManager Register return code. 2023-11-25 13:06:14 -08:00
ipc.h
memory_object.cpp
memory_object.h
process.cpp [Zion] Add a ProcessWait syscall. 2023-12-01 11:36:27 -08:00
process.h [Zion] Add a ProcessWait syscall. 2023-12-01 11:36:27 -08:00
synchronization.cpp
synchronization.h
syscall.cpp [Zion] Add a thread sleep call. 2023-12-07 00:20:03 -08:00
syscall.h
syscall_enter.s
thread.cpp [Zion] Add a thread sleep call. 2023-12-07 00:20:03 -08:00
thread.h [Zion] Add a thread sleep call. 2023-12-07 00:20:03 -08:00