| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make sure to release thread resources back to the OS once the thread completes. | Michele Calgaro | 2024-10-02 | 1 | -0/+1 |
| | | | | | | | | | Threads created with pthread are created in detach mode. Threads created using glib thread functions are instead created as joinable. The fix makes glib-created threads detached, so that the thread resources are released when the thread completes. This resolves TDE/amarok#30 and will benefit any place where a TQThread is used. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename threading nt* related files to equivalent tq* | Michele Calgaro | 2024-06-30 | 1 | -0/+569 |
| Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
