git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15778
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#undef TEST_ALL
static const bool TEST_ALL = TRUE;
#else
#undef TEST_ALL
static const bool TEST_ALL = TRUE;
#else
static const bool TEST_ALL = FALSE;
#endif
static const bool TEST_ALL = FALSE;
#endif
_T("readme.txt"),
_T("document.pdf"),
_T("image.gif"),
_T("readme.txt"),
_T("document.pdf"),
_T("image.gif"),
};
for ( size_t n = 0; n < WXSIZEOF(filenames); n++ )
};
for ( size_t n = 0; n < WXSIZEOF(filenames); n++ )
virtual ExitCode Entry()
{
virtual ExitCode Entry()
{
- wxPrintf(_T("%s: Thread %d starting to wait for semaphore...\n"),
- wxDateTime::Now().FormatTime().c_str(), m_i);
+ wxPrintf(_T("%s: Thread #%d (%ld) starting to wait for semaphore...\n"),
+ wxDateTime::Now().FormatTime().c_str(), m_i, (long)GetId());
- wxPrintf(_T("%s: Thread %d acquired the semaphore.\n"),
- wxDateTime::Now().FormatTime().c_str(), m_i);
+ wxPrintf(_T("%s: Thread #%d (%ld) acquired the semaphore.\n"),
+ wxDateTime::Now().FormatTime().c_str(), m_i, (long)GetId());
- wxPrintf(_T("%s: Thread %d releasing the semaphore.\n"),
- wxDateTime::Now().FormatTime().c_str(), m_i);
+ wxPrintf(_T("%s: Thread #%d (%ld) releasing the semaphore.\n"),
+ wxDateTime::Now().FormatTime().c_str(), m_i, (long)GetId());
{
TestMimeEnum();
TestMimeOverride();
{
TestMimeEnum();
TestMimeOverride();
#endif // TEST_MIME
#ifdef TEST_INFO_FUNCTIONS
#endif // TEST_MIME
#ifdef TEST_INFO_FUNCTIONS