summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-18 20:46:11 +0100
committerbunnei <bunneidev@gmail.com>2018-02-18 20:46:11 +0100
commitcec0d4f1918c640524fa0087549da2fab0960e24 (patch)
tree3b2c3e28cc798b6cdf081d6ddd6e13554458b72a /src/core/hle/kernel/thread.h
parentMerge pull request #198 from N00byKing/clang (diff)
downloadyuzu-cec0d4f1918c640524fa0087549da2fab0960e24.tar
yuzu-cec0d4f1918c640524fa0087549da2fab0960e24.tar.gz
yuzu-cec0d4f1918c640524fa0087549da2fab0960e24.tar.bz2
yuzu-cec0d4f1918c640524fa0087549da2fab0960e24.tar.lz
yuzu-cec0d4f1918c640524fa0087549da2fab0960e24.tar.xz
yuzu-cec0d4f1918c640524fa0087549da2fab0960e24.tar.zst
yuzu-cec0d4f1918c640524fa0087549da2fab0960e24.zip
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();
void Reschedule();
/**
- * Arbitrate the highest priority thread that is waiting
- * @param address The address for which waiting threads should be arbitrated
- */
-Thread* ArbitrateHighestPriorityThread(VAddr address);
-
-/**
- * Arbitrate all threads currently waiting.
- * @param address The address for which waiting threads should be arbitrated
- */
-void ArbitrateAllThreads(VAddr address);
-
-/**
* Gets the current thread
*/
Thread* GetCurrentThread();