40 template<
class T,
class Container = std::list<T> >
94 std::cout <<
" FXSynchQue::getContainer thread=" << FXWorkerThread::current() <<
"\n";
96 myOwningThread = FXWorkerThread::current();
109 std::cout <<
" FXSynchQue::unlock thread=" << FXWorkerThread::current() <<
"\n";
135 const bool ret =
myItems.size() == 0;
190 return myMutex.locked();
198 mutable FXMutex myMutex;
204 mutable long long int myOwningThread = 0;
206 mutable bool debugflag =
false;