Home
last modified time | relevance | path

Searched refs:eventThread_ (Results 1 – 10 of 10) sorted by relevance

/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DLuaScripting.cpp835 eventThread_.joinable() /* already started */) in Start()
842 eventThread_ = boost::thread(EventThread, this); in Start()
863 if (eventThread_.joinable()) in Stop()
866 eventThread_.join(); in Stop()
H A DLuaScripting.h88 boost::thread eventThread_; variable
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DLuaScripting.cpp835 eventThread_.joinable() /* already started */) in Start()
842 eventThread_ = boost::thread(EventThread, this); in Start()
863 if (eventThread_.joinable()) in Stop()
866 eventThread_.join(); in Stop()
H A DLuaScripting.h88 boost::thread eventThread_; variable
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/
H A DLuaScripting.cpp835 eventThread_.joinable() /* already started */) in Start()
842 eventThread_ = boost::thread(EventThread, this); in Start()
863 if (eventThread_.joinable()) in Stop()
866 eventThread_.join(); in Stop()
H A DLuaScripting.h88 boost::thread eventThread_; variable
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DLuaScripting.cpp835 eventThread_.joinable() /* already started */) in Start()
842 eventThread_ = boost::thread(EventThread, this); in Start()
863 if (eventThread_.joinable()) in Stop()
866 eventThread_.join(); in Stop()
H A DLuaScripting.h88 boost::thread eventThread_; variable
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/
H A DLuaScripting.cpp786 eventThread_.joinable() /* already started */) in Start()
793 eventThread_ = boost::thread(EventThread, this); in Start()
814 if (eventThread_.joinable()) in Stop()
817 eventThread_.join(); in Stop()
H A DLuaScripting.h88 boost::thread eventThread_; variable