wxWidgets/tests/thread
2010-05-11 07:16:58 +00:00
..
atomic.cpp suppress warning about casting int to a pointer of greater size 2008-06-02 20:45:50 +00:00
misc.cpp fix for non-PCH builds; also use wxMilliSleep instead of wxThread::Sleep since the former is more readable (it's clear that it takes milliseconds). 2010-05-11 07:16:58 +00:00
queue.cpp Fix harmless warning about a possibly uninitialized variable. 2010-04-22 14:16:26 +00:00
tls.cpp chanegd wxTlsValue to be pointer-like instead of value-like which doesn't work for UDTs; use __thread keyword with mingw32 >= 4.3 too; use library-based thread-specific variables support in wxString cache now that it is fixed to work there; finally added a unit test for TLS stuff 2008-08-29 23:28:42 +00:00