[zion] Add a thread wait syscall

This commit is contained in:
Drew Galbraith 2023-06-22 02:17:50 -07:00
parent f0e8ce14a4
commit 36d82370c1
9 changed files with 45 additions and 8 deletions

View file

@ -55,6 +55,7 @@ extern "C" z_err_t SyscallHandler(uint64_t call_id, void* req) {
CASE(ThreadCreate);
CASE(ThreadStart);
CASE(ThreadExit);
CASE(ThreadWait);
// syscall/address_space.h
CASE(AddressSpaceMap);
// syscall/memory_object.h