mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
replaced pthread_yield with ssched_yield, fixed semaphore post:q
This commit is contained in:
@@ -158,5 +158,5 @@ destroy :: proc(t: ^Thread) {
|
||||
|
||||
|
||||
yield :: proc() {
|
||||
unix.pthread_yield();
|
||||
unix.sched_yield();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user