aboutsummaryrefslogtreecommitdiff
path: root/core/sync/futex_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* [sync]: Fix typos in comments and remove my note.flysand72025-01-161-2/+2
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-2/+2
* stdcall -> systemgingerBill2024-01-171-3/+3
* Make `sync` calls `contextless` where possiblegingerBill2022-12-081-4/+4
* Fix `RtlWaitOnAddress` behaviour with `SetLastError(RtlNtStatusToDosError(sta...gingerBill2022-08-171-2/+24
* Use `RtlWaitOnAddress` to allow for a `i64` sized duration rather than `u32`gingerBill2022-05-171-9/+9
* Rename package name to `sync`gingerBill2022-03-311-1/+1
* Replace `sync` with `sync2`gingerBill2022-03-301-0/+38