aboutsummaryrefslogtreecommitdiff
path: root/core/sync/sync_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* Update package syncgingerBill2020-08-021-2/+8
* Add `sync.Benaphore`gingerBill2020-07-081-1/+1
* Add `sync.Barrier`; Add `sync.Blocking_Mutex` for unixgingerBill2020-06-271-26/+24
* Update sys/windows; Add sync.Blocking_Mutex (windows only at the moment)gingerBill2020-06-271-7/+82
* Remove `foreign import` for `-vet`gingerBill2020-06-261-2/+0
* Keep previous behaviour for `sync` but move to `sys/windows`gingerBill2020-06-261-31/+22
* Revert sync_windows.odingingerBill2020-06-261-47/+33
* Begin migration from sys/win32 to sys/windowsgingerBill2020-06-261-33/+47
* Update `sync.Condition` to require a `^sync.Mutex` on initgingerBill2020-06-221-16/+38
* Add `thread.Pool` with example in demo.odin; Update linalg to support handnes...gingerBill2020-01-021-1/+1
* Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-011-48/+23
* Add minor additions to mem, sync, and sys/win32gingerBill2019-02-211-0/+28
* sync atomics "wrapper" proceduresgingerBill2018-10-171-1/+0
* Add `utf8_to_ucs2` for package win32 so that the wide procedures can used by ...gingerBill2018-08-301-2/+2
* Allow `.allocator` for dynamic arrays; Add `mem.Pool`gingerBill2018-06-121-59/+19
* Use const & for Array<AstNode *> parametersgingerBill2018-06-031-4/+4
* Parse directories to be packagesgingerBill2018-05-211-0/+124