Searched refs:gs_idMainThread (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp123 static DWORD gs_idMainThread = 0; variable
920 return ::GetCurrentThreadId() == gs_idMainThread || gs_idMainThread == 0;
1276 gs_idMainThread = ::GetCurrentThreadId();
1390 if ( !::PostThreadMessage(gs_idMainThread, WM_NULL, 0, 0) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp62 static ThreadID gs_idMainThread = kNoThreadID ; variable
527 return current == gs_idMainThread;
886 MacGetCurrentThread( &gs_idMainThread ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp64 static wxThreadIdType gs_idMainThread = kInvalidID; variable
1030 return GetCurrentId() == gs_idMainThread;
1441 gs_idMainThread = wxThread::GetCurrentId() ;
H A Dthread.cpp58 static wxThreadIdType gs_idMainThread = kInvalidID; variable
1241 return GetCurrentId() == gs_idMainThread || gs_idMainThread == kInvalidID ;
1661 gs_idMainThread = wxThread::GetCurrentId();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp105 static DWORD gs_idMainThread = 0; variable

Completed in 134 milliseconds