Home
last modified time | relevance | path

Searched refs:WakeUpThread (Results 1 – 13 of 13) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/net/
H A Ddispatcher_thread.cpp40 WakeUpThread(); in Terminate()
49 WakeUpThread(); in RunInThread()
57 WakeUpThread(); in AddTimer()
64 WakeUpThread(); in AddRead()
71 WakeUpThread(); in AddWrite()
78 WakeUpThread(); in Cancel()
87 WakeUpThread(); in AsyncRead()
97 WakeUpThread(); in AsyncRead()
106 WakeUpThread(); in AsyncWrite()
119 WakeUpThread(); in AsyncWrite()
[all …]
H A Ddispatcher_thread.hpp154 void WakeUpThread();
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/helper/
H A Dwakeupthread.cxx29 void framework::WakeUpThread::execute() { in execute()
46 framework::WakeUpThread::WakeUpThread( in WakeUpThread() function in framework::WakeUpThread
51 void framework::WakeUpThread::stop() { in stop()
H A Dstatusindicatorfactory.cxx534 m_pWakeUp = new WakeUpThread(this); in impl_startWakeUpThread()
541 rtl::Reference<WakeUpThread> wakeUp; in impl_stopWakeUpThread()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/helper/
H A Dwakeupthread.cxx29 void framework::WakeUpThread::execute() { in execute()
46 framework::WakeUpThread::WakeUpThread( in WakeUpThread() function in framework::WakeUpThread
51 void framework::WakeUpThread::stop() { in stop()
H A Dstatusindicatorfactory.cxx542 m_pWakeUp = new WakeUpThread(this); in impl_startWakeUpThread()
549 rtl::Reference<WakeUpThread> wakeUp; in impl_stopWakeUpThread()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/inc/helper/
H A Dwakeupthread.hxx37 class WakeUpThread final : public salhelper::Thread class
48 WakeUpThread(css::uno::Reference<css::util::XUpdatable> const& updatable);
H A Dstatusindicatorfactory.hxx152 rtl::Reference<WakeUpThread> m_pWakeUp;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/inc/helper/
H A Dwakeupthread.hxx37 class WakeUpThread: public salhelper::Thread { class
47 WakeUpThread(css::uno::Reference<css::util::XUpdatable> const & updatable);
H A Dstatusindicatorfactory.hxx160 rtl::Reference<WakeUpThread> m_pWakeUp;
/dports/deskutils/copyq/CopyQ-5.0.0/src/common/
H A Dcommon.cpp60 class WakeUpThread final { class
62 WakeUpThread() in WakeUpThread() function in __anond720ac4e0111::WakeUpThread
77 ~WakeUpThread() in ~WakeUpThread()
223 WakeUpThread m_wakeUpThread;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog300485 017f250764ec7b4ecb82ac19f5b3f68cadf1bf56 "Ensure WakeUpThread is joined before
300488 (Also, WakeUpThread::stop could take up to 25 msec longer than necessary, as it
300489 failed to set condition_, so would always have waited for WakeUpThread::execute
691631 Related tdf#93404: Fix deadlock when joining WakeUpThread
691634 WakeUpThread," when the WakeUpThread blocks on locking
691637 WakeUpThread::stop() -> Thread::join().
691714 tdf#93404: Forgot to launch WakeUpThread
691716 ...in 017f250764ec7b4ecb82ac19f5b3f68cadf1bf56 "Ensure WakeUpThread is joined
737318 Ensure WakeUpThread is joined before exit
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog562534 017f250764ec7b4ecb82ac19f5b3f68cadf1bf56 "Ensure WakeUpThread is joined before
562537 (Also, WakeUpThread::stop could take up to 25 msec longer than necessary, as it
562538 failed to set condition_, so would always have waited for WakeUpThread::execute
953680 Related tdf#93404: Fix deadlock when joining WakeUpThread
953683 WakeUpThread," when the WakeUpThread blocks on locking
953686 WakeUpThread::stop() -> Thread::join().
953763 tdf#93404: Forgot to launch WakeUpThread
953765 ...in 017f250764ec7b4ecb82ac19f5b3f68cadf1bf56 "Ensure WakeUpThread is joined
999367 Ensure WakeUpThread is joined before exit