Update sys/windows; Add sync.Blocking_Mutex (windows only at the moment)

This commit is contained in:
gingerBill
2020-06-27 00:59:40 +01:00
parent 53e1512978
commit 2b18f43b65
4 changed files with 88 additions and 10 deletions
+1 -1
View File
@@ -95,5 +95,5 @@ terminate :: proc(using thread : ^Thread, exit_code: u32) {
}
yield :: proc() {
win32.Sleep(0);
win32.SwitchToThread();
}