More UI syscalls

This commit is contained in:
momo5502
2025-05-18 10:35:22 +02:00
parent 836262f3d7
commit 67031b40ea
4 changed files with 46 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ struct process_context
handle create_thread(memory_manager& memory, uint64_t start_address, uint64_t argument, uint64_t stack_size,
bool suspended);
std::optional<uint16_t> find_atom(std::u16string_view name);
uint16_t add_or_find_atom(std::u16string name);
bool delete_atom(const std::u16string& name);
bool delete_atom(uint16_t atom_id);