mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
changed a comment
This commit is contained in:
parent
cfea5fdd58
commit
09b8e8fb6a
@ -354,7 +354,7 @@ void __KernelReschedule(const char *reason) {
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/// Wait thread - on WaitSynchronization
|
/// Put current thread in a wait state - on WaitSynchronization
|
||||||
void __KernelWaitThread_Synchronization() {
|
void __KernelWaitThread_Synchronization() {
|
||||||
// TODO(bunnei): Just a placeholder function for now... FixMe
|
// TODO(bunnei): Just a placeholder function for now... FixMe
|
||||||
__KernelWaitCurThread(WAITTYPE_SYNCH, "waitSynchronization called");
|
__KernelWaitCurThread(WAITTYPE_SYNCH, "waitSynchronization called");
|
||||||
|
@ -31,5 +31,5 @@ Handle __KernelSetupMainThread(s32 priority, int stack_size=KERNEL_DEFAULT_STACK
|
|||||||
void __KernelThreadingInit();
|
void __KernelThreadingInit();
|
||||||
void __KernelThreadingShutdown();
|
void __KernelThreadingShutdown();
|
||||||
|
|
||||||
/// Wait thread - on WaitSynchronization
|
/// Put current thread in a wait state - on WaitSynchronization
|
||||||
void __KernelWaitThread_Synchronization();
|
void __KernelWaitThread_Synchronization();
|
||||||
|
Loading…
Reference in New Issue
Block a user