aboutsummaryrefslogtreecommitdiff
path: root/core/sys/unix/pthread_darwin.odin
Commit message (Expand)AuthorAgeFilesLines
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-281-1/+1
* Require parentheses for `#align(N)`gingerBill2023-08-151-8/+8
* Implement pthread_cancel.Jeroen van Rijn2022-05-111-0/+13
* Begin adding vendor:miniaudiogingerBill2021-09-171-0/+1
* Strip semicolons in core which were missinggingerBill2021-09-081-34/+34
* Remove `#opaque` usage in core librarygingerBill2021-02-231-9/+9
* Deprecate `opaque` in favour of `#opaque` in the core librarygingerBill2020-12-041-9/+9
* Fix pthread_t on Macos.Clay Murray2020-07-111-5/+1
* Update `sys/unix`; Rename `thread.create_and_start`gingerBill2020-06-271-0/+6
* Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-011-0/+80