[core:thread] Seeing if this fixes network tests

This commit is contained in:
hikari
2023-06-07 20:52:41 +03:00
parent 7b62b81ebd
commit 3b8515beb0
4 changed files with 17 additions and 34 deletions
+1 -9
View File
@@ -5,15 +5,7 @@ import "core:intrinsics"
import "core:sync"
import "core:mem"
Thread_State :: enum u8 {
Started,
Joined,
Done,
}
Thread_Os_Specific :: struct {
flags: bit_set[Thread_State; u8],
}
Thread_Os_Specific :: struct {}
_thread_priority_map := [Thread_Priority]i32{
.Normal = 0,