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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index bbffaf4cf..aa80a51a9 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -260,18 +260,6 @@ bool HaveReadyThreads();
260void Reschedule(); 260void Reschedule();
261 261
262/** 262/**
263 * Arbitrate the highest priority thread that is waiting
264 * @param address The address for which waiting threads should be arbitrated
265 */
266Thread* ArbitrateHighestPriorityThread(VAddr address);
267
268/**
269 * Arbitrate all threads currently waiting.
270 * @param address The address for which waiting threads should be arbitrated
271 */
272void ArbitrateAllThreads(VAddr address);
273
274/**
275 * Gets the current thread 263 * Gets the current thread
276 */ 264 */
277Thread* GetCurrentThread(); 265Thread* GetCurrentThread();