coreinit: Add __OSSuspendThreadNolock

This commit is contained in:
Maschell
2023-02-09 14:39:52 +01:00
committed by fincs
parent 73bb4dcbcc
commit 8b68eebeaf

View File

@@ -549,6 +549,8 @@ OSSleepTicks(OSTime ticks);
uint32_t
OSSuspendThread(OSThread *thread);
void
__OSSuspendThreadNolock(OSThread *thread);
/**
* Check to see if the current thread should be cancelled or suspended.