Home
last modified time | relevance | path

Searched refs:LogThread (Results 1 – 25 of 58) sorted by relevance

123

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Dlogthread.cpp39 LogThread::LogThread(bool wrf) in LogThread() function in LogThread
47 connect(m_thread.data(), &QThread::started, this, &LogThread::run); in LogThread()
53 LogThread::~LogThread() in ~LogThread()
62 void LogThread::run() const in run()
64 connect(this, &LogThread::writeLogSignal, this, &LogThread::writeLogSlot, Qt::QueuedConnection); in run()
67 void LogThread::writeLog(const QByteArray& data, int dbLvl) in writeLog()
78 void LogThread::writeLogSlot(QByteArray data, int dbLvl) in writeLogSlot()
H A Dlogthread.h38 class LogThread : public QObject
48 explicit LogThread(bool writeFile = true);
49 ~LogThread();
H A Ddebugviewer.cpp56 logThread = new LogThread(false); in DebugViewer()
57 …connect(logThread, &LogThread::sendLogSignal, this, &DebugViewer::sendLogSlot, Qt::QueuedConnecti… in DebugViewer()
/dports/irc/dxirc/dxirc-1.40.0/fox/
H A Dlogthread.cpp29 LogThread::LogThread(dxTabItem* parent, FXApp* app, FXString directory) in LogThread() function in LogThread
33 FXint LogThread::run() in run()
42 FXint LogThread::listFiles() in listFiles()
99 FXint LogThread::loadLogLines() in loadLogLines()
H A Dlogthread.h29 class LogThread: public FXThread
32 LogThread(dxTabItem *parent, FXApp *app, FXString directory);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/test/src/base/
H A Dossim-threaded-logfile-test.cpp15 class LogThread : public ossim::Thread class
18 LogThread(const ossimString& threadName) in LogThread() function in LogThread
74 std::vector<LogThread*> threadList(threads); in main()
80 threadList[idx] = new LogThread("Thread " + ossimString::toString(idx)); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dlogging_unittest.cc89 class LogThread : public Thread { class
91 LogThread() : Thread(std::unique_ptr<SocketServer>(new NullSocketServer())) {} in LogThread() function in rtc::LogThread
93 ~LogThread() override { in ~LogThread()
107 LogThread thread1, thread2, thread3; in TEST()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dlogging_unittest.cc89 class LogThread : public Thread { class
91 LogThread() : Thread(std::unique_ptr<SocketServer>(new NullSocketServer())) {} in LogThread() function in rtc::LogThread
93 ~LogThread() override { in ~LogThread()
107 LogThread thread1, thread2, thread3; in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dlogging_unittest.cc89 class LogThread : public Thread { class
91 LogThread() : Thread(std::unique_ptr<SocketServer>(new NullSocketServer())) {} in LogThread() function in rtc::LogThread
93 ~LogThread() override { in ~LogThread()
107 LogThread thread1, thread2, thread3; in TEST()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/logging/
H A DDefaultLogSystem.cpp26 static void LogThread(DefaultLogSystem::LogSynchronizationData* syncData, const std::shared_ptr<Aws… in LogThread() function
75 m_loggingThread = std::thread(LogThread, &m_syncData, logFile, "", false); in DefaultLogSystem()
83 …m_loggingThread = std::thread(LogThread, &m_syncData, MakeDefaultLogFile(filenamePrefix), filename… in DefaultLogSystem()
/dports/net/olsrd/olsrd-0.9.8/gui/win32/Main/
H A DFrontendDlg.cpp69 LogThread = NULL; in CFrontendDlg()
844 LogThread = AfxBeginThread(LogThreadStub, (void *)this); in StartOlsrd()
859 ::WaitForSingleObject((HANDLE)LogThread, INFINITE); in StartOlsrd()
861 LogThread = NULL; in StartOlsrd()
880 ::WaitForSingleObject((HANDLE)LogThread, INFINITE); in StartOlsrd()
884 LogThread = NULL; in StartOlsrd()
896 if (LogThread == NULL && NetThread == NULL) in StopOlsrd()
903 ::WaitForSingleObject((HANDLE)LogThread, INFINITE); in StopOlsrd()
906 LogThread = NULL; in StopOlsrd()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dlogging_unittest.cc73 class LogThread : public Thread { class
75 virtual ~LogThread() { in ~LogThread()
89 LogThread thread1, thread2, thread3; in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dlogging_unittest.cc161 class LogThread { class
163 LogThread() : thread_(&ThreadEntry, this, "LogThread") {} in LogThread() function in rtc::LogThread
164 ~LogThread() { thread_.Stop(); } in ~LogThread()
171 static void ThreadEntry(void* p) { static_cast<LogThread*>(p)->Run(); } in ThreadEntry()
182 LogThread thread1, thread2, thread3; in TEST()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dlogging_unittest.cc90 class LogThread : public Thread { class
92 virtual ~LogThread() { in ~LogThread()
106 LogThread thread1, thread2, thread3; in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dlogging_unittest.cc89 class LogThread : public Thread { class
91 ~LogThread() override { in ~LogThread()
105 LogThread thread1, thread2, thread3; in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dlogging_unittest.cc232 class LogThread { class
234 LogThread() : thread_(&ThreadEntry, this, "LogThread") {} in LogThread() function in rtc::LogThread
235 ~LogThread() { thread_.Stop(); } in ~LogThread()
242 static void ThreadEntry(void* p) { static_cast<LogThread*>(p)->Run(); } in ThreadEntry()
253 LogThread thread1, thread2, thread3; in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dlogging_unittest.cc232 class LogThread { class
234 LogThread() : thread_(&ThreadEntry, this, "LogThread") {} in LogThread() function in rtc::LogThread
235 ~LogThread() { thread_.Stop(); } in ~LogThread()
242 static void ThreadEntry(void* p) { static_cast<LogThread*>(p)->Run(); } in ThreadEntry()
253 LogThread thread1, thread2, thread3; in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dlogging_unittest.cc232 class LogThread { class
234 LogThread() : thread_(&ThreadEntry, this, "LogThread") {} in LogThread() function in rtc::LogThread
235 ~LogThread() { thread_.Stop(); } in ~LogThread()
242 static void ThreadEntry(void* p) { static_cast<LogThread*>(p)->Run(); } in ThreadEntry()
253 LogThread thread1, thread2, thread3; in TEST()
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozlog/mozlog/
H A Dcapture.py12 class LogThread(threading.Thread): class
77 self.logging_thread = LogThread(self.logging_queue, self.logger, "info")
/dports/www/firefox/firefox-99.0/testing/mozbase/mozlog/mozlog/
H A Dcapture.py12 class LogThread(threading.Thread): class
77 self.logging_thread = LogThread(self.logging_queue, self.logger, "info")
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozlog/mozlog/
H A Dcapture.py12 class LogThread(threading.Thread): class
77 self.logging_thread = LogThread(self.logging_queue, self.logger, "info")
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozlog/mozlog/
H A Dcapture.py9 class LogThread(threading.Thread): class
70 self.logging_thread = LogThread(self.logging_queue, self.logger, "info")
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/
H A Dwptlogging.py53 class LogThread(threading.Thread): class
111 self.logging_thread = LogThread(self.logging_queue, self.logger, "info")
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dlogging_unittest.cc89 class LogThread : public Thread { class
99 LogThread thread1, thread2, thread3; in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwptlogging.py55 class LogThread(threading.Thread): class
116 self.logging_thread = LogThread(self.logging_queue, self.logger, "info")

123