Home
last modified time | relevance | path

Searched refs:threadEvent (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/ftw/
H A Dqqmlthread.cpp82 void threadEvent();
142 threadEvent(); in event()
186 void QQmlThreadPrivate::threadEvent() in threadEvent() function in QQmlThreadPrivate
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/ftw/
H A Dqqmlthread.cpp82 void threadEvent();
142 threadEvent(); in event()
186 void QQmlThreadPrivate::threadEvent() in threadEvent() function in QQmlThreadPrivate
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/sndioout/
H A DSndioOut.cpp48 #define WAIT() this->threadEvent.wait(lock);
49 #define NOTIFY() this->threadEvent.notify_all();
H A DSndioOut.h97 std::condition_variable threadEvent; variable
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/alsaout/
H A DAlsaOut.h101 boost::condition threadEvent; variable
H A DAlsaOut.cpp52 #define WAIT() this->threadEvent.wait(lock);
53 #define NOTIFY() this->threadEvent.notify_all();
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSRunLoop/
H A Dthread.m157 - (void) threadEvent: (id)ignored
181 [self performSelector: @selector(threadEvent:)