aboutsummaryrefslogtreecommitdiff
path: root/core/sync/sync2/primitives_internal.odin
Commit message (Expand)AuthorAgeFilesLines
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-1/+1
* Rename `futex_wake` and `futex_wake_all` to `futex_signal` and `futex_broadcast`gingerBill2021-10-111-1/+1
* Update `core:sync/sync2` to have a generic `Futex` interface, and implement t...gingerBill2021-10-091-0/+184