mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
[core:thread] Seeing if this fixes network tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user