Merge pull request #4085 from zhaowenlan1779/port-yuzu-882

Port "kernel/thread: Remove unimplemented function prototype" from yuzu
master
Merry 2018-08-10 21:07:29 +07:00 committed by GitHub
commit 3fd9a9a0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

@ -270,12 +270,6 @@ Thread* GetCurrentThread();
*/ */
void WaitCurrentThread_Sleep(); void WaitCurrentThread_Sleep();
/**
* Waits the current thread from an ArbitrateAddress call
* @param wait_address Arbitration address used to resume from wait
*/
void WaitCurrentThread_ArbitrateAddress(VAddr wait_address);
/** /**
* Stops the current thread and removes it from the thread_list * Stops the current thread and removes it from the thread_list
*/ */