summary refs log tree commit diff stats
path: root/lib/core/rlocks.nim
Commit message (Expand)AuthorAgeFilesLines
* move threads out of system (#20674)ringabout2022-10-291-2/+1
* sync with the same template from locks module (#18414)Antonis Geralis2021-07-101-1/+1
* alternative to #18185 (#18206)flywind2021-06-071-1/+4
* [std/rlocks]add inline pragma (#17773)flywind2021-04-191-3/+3
* replace defer with try ... finally (#17753)flywind2021-04-171-5/+5
* fix rlock compilation failure (#15584)shirleyquirk2020-10-151-1/+1
* Locks modules should give a compile error when threads are not enabled. (#12231)Ray Imber2019-09-261-0/+4
* Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is usedAnatoly Galiulin2016-03-311-0/+1
* Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-181-3/+3
* Added fixes from Araq's commentsAnatoly Galiulin2016-02-171-2/+2
* Added reentrant locks module to stdlibAnatoly Galiulin2016-02-171-0/+50