aboutsummaryrefslogtreecommitdiff
path: root/core/sync/futex_windows.odin
Commit message (Collapse)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 #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* stdcall -> systemgingerBill2024-01-171-3/+3
|
* Make `sync` calls `contextless` where possiblegingerBill2022-12-081-4/+4
|
* Fix `RtlWaitOnAddress` behaviour with ↵gingerBill2022-08-171-2/+24
| | | | `SetLastError(RtlNtStatusToDosError(status))` if an error occurred
* 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