summary refs log tree commit diff stats
path: root/lib/system/threadlocalstorage.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | On some OSes (such as FreeBSD or Solaris), pthread_attr_init allocate memory. So it is necessary to deallocate that memory by using pthread_attr_destroy.
* Fix #12135 and #12109 (#12137)Euan2019-11-111-0/+7
| | | | | | * Fix #12135 and fix #12109 - fix OpenBSD type defs * Fix Mode definition as in #12132
* 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