summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqthread.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename threading nt* related files to equivalent tq*Michele Calgaro2024-06-301-147/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix TQThreadStorage destruction in the main threadAlexander Golubev2024-03-181-0/+1
| | | | | | | | | | | | | | | Before that the allocations of TQThreadStorage objects from the main thread were never destroyed and memory associated with them were never freed. The second one isn't a huge problem as at that point program is terminating anyway (but it still makes valgrind complain). The first one is the bigger issue as destructors might contain some essential external cleanups like removing temporary files. Also make `TQApplication::guiThread()` return `0` when the thread is destroyed (may happen on the program exiting during destruction of statics). Signed-off-by: Alexander Golubev <[email protected]>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop compatibility code for TQThreadMichele Calgaro2023-07-111-9/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-271-3/+3
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <[email protected]>
* Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of theMichele Calgaro2018-09-161-2/+2
| | | | | | | qt->tqt conversion and is required to align to corresponding patch for common/admin module. Signed-off-by: Michele Calgaro <[email protected]>
* Automated update from Qt3Timothy Pearson2013-11-031-1/+4
|
* Automated update from Qt3Timothy Pearson2013-05-141-0/+8
|
* Automated update from Qt3Timothy Pearson2012-12-061-0/+14
|
* Automated update from Qt3Timothy Pearson2012-02-131-2/+2
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-0/+130