Remove context.thread_id

This commit is contained in:
gingerBill
2021-06-08 15:57:00 +01:00
parent f19bb0f4d4
commit 8ec2ca9dcd
14 changed files with 58 additions and 32 deletions
+4
View File
@@ -2,6 +2,10 @@ package sync2
import "core:time"
current_thread_id :: proc "contextless" () -> int {
return _current_thread_id();
}
// A Mutex is a mutual exclusion lock
// The zero value for a Mutex is an unlocked mutex
//