feat: add threading to Scheduler, fix desktop background selection freeze issue
This commit is contained in:
@@ -243,6 +243,12 @@ namespace Montauk {
|
||||
static constexpr uint64_t SYS_AUDIOLIST = 128;
|
||||
static constexpr uint64_t SYS_AUDIOWAIT = 129;
|
||||
|
||||
/* Process.hpp -- threading */
|
||||
static constexpr uint64_t SYS_THREAD_SPAWN = 130;
|
||||
static constexpr uint64_t SYS_THREAD_EXIT = 131;
|
||||
static constexpr uint64_t SYS_THREAD_JOIN = 132;
|
||||
static constexpr uint64_t SYS_THREAD_SELF = 133;
|
||||
|
||||
static constexpr uint32_t CLIPBOARD_MAX_TEXT_BYTES = 256 * 1024;
|
||||
|
||||
static constexpr uint32_t IPC_SIGNAL_READABLE = 1u << 0;
|
||||
|
||||
Reference in New Issue
Block a user