wxWidgets/tests/thread
2010-05-10 21:48:24 +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 move code testing wxThread classes from the console sample to a new CppUnit test 2010-05-10 21:48:24 +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