From 8b68eebeafa577b1ac84c4d765cfc851e0f53b27 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 9 Feb 2023 14:39:52 +0100 Subject: [PATCH] coreinit: Add __OSSuspendThreadNolock --- include/coreinit/thread.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/coreinit/thread.h b/include/coreinit/thread.h index 71fdfa0e..1fdb8f89 100644 --- a/include/coreinit/thread.h +++ b/include/coreinit/thread.h @@ -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.