aboutsummaryrefslogtreecommitdiff
path: root/core/sync/extended.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `sync.Parker`gingerBill2022-04-301-0/+56
* Remove the wait group based semaphore implementationgingerBill2022-04-301-10/+5
* Fix `_Sema`gingerBill2022-04-011-2/+2
* Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...gingerBill2022-03-311-15/+15
* Correct ordering in `auto_reset_event_signal`gingerBill2022-03-311-2/+2
* Rename package name to `sync`gingerBill2022-03-311-1/+1
* Update core to use new atomic intrinsicsgingerBill2022-03-311-15/+15
* Replace `sync` with `sync2`gingerBill2022-03-301-0/+304