Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow non var deinit for locks and conds: alternative way (#23099) | ringabout | 2023-12-19 | 1 | -14/+14 |
| | | | alternative to https://github.com/nim-lang/Nim/pull/23092 | ||||
* | correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896) | metagn | 2022-11-22 | 1 | -1/+1 |
| | | | | | correct field name for RTL_CONDITION_VARIABLE? ref #20895 | ||||
* | move threads out of system (#20674) | ringabout | 2022-10-29 | 1 | -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 |