odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.17k stars 550 forks source link

Fix thread deadlock #3701

Closed laytan closed 1 month ago

laytan commented 1 month ago

I debugged a deadlock that was rarely happening running the demo, this fixes that on my end, I also added a few more atomic operations (mainly to the flags) because -sanitize:thread was complaining about those.

Also it seems like the duration on darwin is calculated wrong, time.Duration is already in nanoseconds but it still does a * 1000.