aboutsummaryrefslogtreecommitdiff
path: root/core/sync/sync_unix.odin
Commit message (Expand)AuthorAgeFilesLines
* initial OpenBSD supportSébastien Marie2022-02-251-1/+1
* Strip semicolons in core which were missinggingerBill2021-09-081-72/+72
* Get Odin compiling and produced exe's running on FreeBSDChristian Seibold2020-09-141-1/+1
* Update package syncgingerBill2020-08-021-0/+5
* Add `sync.condition_wait_for_timeout` for unixgingerBill2020-06-271-0/+65
* Add `sync.Barrier`; Add `sync.Blocking_Mutex` for unixgingerBill2020-06-271-36/+103
* Fix sync and thread on *nixgingerBill2020-06-221-1/+1
* Update `sync.Condition` to require a `^sync.Mutex` on initgingerBill2020-06-221-19/+31
* Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-011-0/+99