summary refs log tree commit diff stats
path: root/lib/system/threadlocalstorage.nim
Commit message (Expand)AuthorAgeFilesLines
* ref #20694; quit value gets saturated to ranges (#20753)ringabout2022-11-051-1/+1
* move threads out of system (#20674)ringabout2022-10-291-157/+17
* fixes Thread initializer for ARC/ORC on Macos (#20368)ringabout2022-09-161-1/+1
* Implement threads on Zephyr (#19156)Jaremy Creechley2021-11-231-0/+2
* refactoring: orc can use getThreadId() (#19123)Andreas Rumpf2021-11-111-3/+0
* [std/locks]close #7998(complete condition variables) (#17711)flywind2021-04-191-0/+3
* Fix #17299, fix setAffinity for android (#17574)Clyybber2021-03-301-2/+17
* use single backtick (#17133)flywind2021-02-211-1/+1
* Thread attributes should be destroyed using the pthread_attr_destroy() (#13293)Hiroki Noda2020-01-291-2/+4
* Fix #12135 and #12109 (#12137)Euan2019-11-111-0/+7
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-1/+1
* fix #11854 (#11857)Arne Döring2019-07-301-3/+3
* style improvements; fixes #11774Araq2019-07-191-2/+2
* minor style changesAraq2019-07-111-1/+1
* add back what was requiredAraq2019-04-041-0/+6
* refactoring: move threadlocalstorage into its own fileAraq2019-04-041-0/+233