feat: remove yielding after unlocking mutex
This commit is contained in:
parent
37ad7548dc
commit
964a810fad
@ -451,7 +451,6 @@ int thread_mutex_unlock(thread_mutex_t* mutex)
|
|||||||
|
|
||||||
mutex->dummy = 0;
|
mutex->dummy = 0;
|
||||||
UNSET_STATUS(running, MUTEX_LOCKING);
|
UNSET_STATUS(running, MUTEX_LOCKING);
|
||||||
thread_yield();
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user