aboutsummaryrefslogtreecommitdiff
path: root/core/sys/unix/pthread_linux.odin
Commit message (Expand)AuthorAgeFilesLines
* Remove `#opaque` usage in core librarygingerBill2021-02-231-9/+9
* Deprecate `opaque` in favour of `#opaque` in the core librarygingerBill2020-12-041-9/+9
* Update `sys/unix`; Rename `thread.create_and_start`gingerBill2020-06-271-0/+4
* added note about pthread_yieldKTRosenberg2020-01-021-0/+2
* replaced pthread_yield with ssched_yield, fixed semaphore post:qKTRosenberg2020-01-021-0/+2
* Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-011-0/+106