summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index af72b76ea..6d395585d 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -246,15 +246,6 @@ Thread* GetCurrentThread();
246void WaitCurrentThread_Sleep(); 246void WaitCurrentThread_Sleep();
247 247
248/** 248/**
249 * Waits the current thread from a WaitSynchronization call
250 * @param wait_objects Kernel objects that we are waiting on
251 * @param wait_set_output If true, set the output parameter on thread wakeup (for
252 * WaitSynchronizationN only)
253 */
254void WaitCurrentThread_WaitSynchronization(std::vector<SharedPtr<WaitObject>> wait_objects,
255 bool wait_set_output);
256
257/**
258 * Waits the current thread from an ArbitrateAddress call 249 * Waits the current thread from an ArbitrateAddress call
259 * @param wait_address Arbitration address used to resume from wait 250 * @param wait_address Arbitration address used to resume from wait
260 */ 251 */