You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt3/src
OBATA Akio a28783fa48
tools: fix to use `pthread_t` for Thread ID
Thread ID is opaque type pthread_t, it may not be compatible with integer,
and may integer with valid id `0`.
Change to store mutex owner thread ID as `pthread_t` type with valid flag
and compare with `pthread_equal()`,

and don't try to print it.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 1e77a5569b)
4 years ago
..
.obj Add Qt3 development HEAD version 14 years ago
.tmp Add Qt3 development HEAD version 14 years ago
3rdparty Removed explicit usage of the 'register' keyword. 5 years ago
attic Undo prior accidental commit 14 years ago
canvas Undo prior accidental commit 14 years ago
codecs Fix a number of build warnings that could lead to unstable operation 13 years ago
compat Add Qt3 development HEAD version 14 years ago
dialogs Replace dead trolltech website with trinity ones. 6 years ago
embedded Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT" 12 years ago
iconview IconView: Deselect items that are hidden by the filter 8 years ago
inputmethod Add Qt3 development HEAD version 14 years ago
kernel Fix buffer overflow in XBM parser. 5 years ago
moc Remove dates from generated files. 5 years ago
network Improve modern res API available condition 5 years ago
opengl Undo prior accidental commit 14 years ago
sql Fix build with PostgreSQL 12+. 6 years ago
styles Fix inability to clear TQPushButton icons once set 11 years ago
table Removed explicit usage of the 'register' keyword. 5 years ago
tmp Add Qt3 development HEAD version 14 years ago
tools tools: fix to use `pthread_t` for Thread ID 4 years ago
widgets Removed explicit usage of the 'register' keyword. 5 years ago
workspace Fix build warnings 13 years ago
xml Fix security issue CVE-2016-10040 7 years ago
libqt.map Add Qt3 development HEAD version 14 years ago
qt.pro Add pluginsdir to pkgconfig file 12 years ago
qt_install.pri Add Qt3 development HEAD version 14 years ago
qt_professional.pri Add Qt3 development HEAD version 14 years ago
qtmain.pro Add Qt3 development HEAD version 14 years ago