mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-13 22:01:51 -05:00
coreinit: Add __OSSuspendThreadNolock
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user