aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/threads.odin
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixesgingerBill2023-03-161-1/+1
|
* Fix `cnd_timedwait`gingerBill2023-01-161-1/+1
|
* Add missing commasgingerBill2022-06-131-2/+2
|
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-3/+3
|
* Add support for darwin to `core:c/libc`gingerBill2021-11-161-0/+5
|
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if ↵gingerBill2021-09-061-79/+79
| | | | used as a binary operator
* Fix core:c/libc Windows compilation errors by linking to the right libraries.vassvik2021-08-281-3/+7
| | | | | Fix some name typos and missing types in Windows. Add explicit cast on MB_CUR_MAX
* cleanupDale Weiler2021-08-221-1/+1
|
* libc projectionDale Weiler2021-08-221-0/+134