summary refs log tree commit diff stats
path: root/lib/core/rlocks.nim
Commit message (Expand)AuthorAgeFilesLines
* 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