summary refs log tree commit diff stats
path: root/lib/std/private/syslocks.nim
Commit message (Collapse)AuthorAgeFilesLines
* allow non var deinit for locks and conds: alternative way (#23099)ringabout2023-12-191-14/+14
| | | alternative to https://github.com/nim-lang/Nim/pull/23092
* correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)metagn2022-11-221-1/+1
| | | | | correct field name for RTL_CONDITION_VARIABLE? ref #20895
* move threads out of system (#20674)ringabout2022-10-291-0/+234
* move syslocks first * progress * clean up * go on * clean up * clean up * add imports syslocks * remove documentation * public deallocOsPages * fixes genode * fixes more * fixes boehmGC * cover more cases * fixes cyclic deps * fixes genode * cleanup * unpublic fields * cleanup * clean up