kernel: refactored function naming to remove "__" prefix
This commit is contained in:
parent
ac21e8f2db
commit
d26f3d4c1f
6 changed files with 75 additions and 65 deletions
|
@ -59,8 +59,8 @@ void WaitCurThread(WaitType wait_type, const char* reason);
|
|||
/// Resumes a thread from waiting by marking it as "ready"
|
||||
void ResumeThreadFromWait(Handle handle);
|
||||
|
||||
/// Gets the current thread
|
||||
Handle GetCurrentThread();
|
||||
/// Gets the current thread handle
|
||||
Handle GetCurrentThreadHandle();
|
||||
|
||||
/// Put current thread in a wait state - on WaitSynchronization
|
||||
void WaitThread_Synchronization();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue