Work on OSThread

This commit is contained in:
Tal Hayon
2023-01-28 17:51:25 +02:00
parent 3e408cf7a5
commit 0436820724
21 changed files with 493 additions and 2177 deletions
+2 -2
View File
@@ -104,9 +104,9 @@ void OSSleepThread(OSThreadQueue* queue);
void OSWakeupThread(OSThreadQueue* queue);
s32 OSSetThreadPriority(OSThread* thread, s32 priority);
s32 OSGetThreadPriority(OSThread* thread);
static s32 CheckThreadQueue(OSThread* thread);
static s32 CheckThreadQueue(OSThreadQueue* thread);
s32 OSCheckActiveThreads(void);
static void OSClearStack(u32 value);
static void OSClearStack(u8 value);
extern u8 data_804516D0[8];
#ifdef __cplusplus