| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `cond_wait_with_timeout` | gingerBill | 2021-10-11 | 1 | -0/+8 |
| * | Keep -vet happy | gingerBill | 2021-10-09 | 1 | -3/+0 |
| * | Update `core:sync/sync2` to have a generic `Futex` interface, and implement t... | gingerBill | 2021-10-09 | 1 | -85/+0 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -36/+36 |
| * | Remove `context.thread_id` | gingerBill | 2021-06-08 | 1 | -0/+4 |
| * | `sync2.Auto_Reset_Event`; Make atomic operations names clearer | gingerBill | 2021-05-06 | 1 | -4/+4 |
| * | Implement sync2.Recursive_Mutex using `WaitOnAddress` and friends on Windows | gingerBill | 2021-04-27 | 1 | -0/+50 |
| * | Max sync2.Sema on windows be `i32` for the counter internally. | gingerBill | 2021-04-27 | 1 | -2/+2 |
| * | Reimplement sync2.Sema on windows with WaitOnAddress primitives | gingerBill | 2021-04-27 | 1 | -0/+32 |
| * | New redesign of core:sync (stored under core:sync/sync2 for the time being) | gingerBill | 2021-04-11 | 1 | -0/+73 |