Home
last modified time | relevance | path

Searched refs:m_thread (Results 1 – 25 of 1686) sorted by relevance

12345678910>>...68

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DTimer.cpp100 m_thread = NULL; in CTimer()
106 return (m_thread && m_thread->IsRunning()); in IsRunning()
121 m_thread->m_owner = m_owner; in Start()
122 m_thread->m_id = m_id; in Start()
131 m_thread->Stop(); in Start()
132 delete m_thread; in Start()
133 m_thread = NULL; in Start()
141 if (m_thread) { in Stop()
143 m_thread->Stop(); in Stop()
144 delete m_thread; in Stop()
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DTimer.cpp100 m_thread = NULL; in CTimer()
106 return (m_thread && m_thread->IsRunning()); in IsRunning()
121 m_thread->m_owner = m_owner; in Start()
122 m_thread->m_id = m_id; in Start()
131 m_thread->Stop(); in Start()
132 delete m_thread; in Start()
133 m_thread = NULL; in Start()
141 if (m_thread) { in Stop()
143 m_thread->Stop(); in Stop()
144 delete m_thread; in Stop()
[all …]
/dports/audio/kwave/kwave-21.12.3/libkwave/
H A DPlugin.cpp110 if (m_thread) { in ~Plugin()
111 if (m_thread->isRunning()) m_thread->wait(5000); in ~Plugin()
112 if (m_thread->isRunning()) m_thread->stop(); in ~Plugin()
113 if (m_thread->isRunning()) m_thread->wait(1000); in ~Plugin()
223 if (m_thread && m_thread->isRunning() && in stop()
244 if (m_thread->isRunning()) m_thread->wait(5000); in stop()
245 if (m_thread->isRunning()) m_thread->stop(); in stop()
246 if (m_thread->isRunning()) m_thread->wait(1000); in stop()
336 if (m_thread) m_thread->cancel(); in cancel()
378 return (m_thread) && m_thread->isRunning(); in isRunning()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/src/
H A DNDBT_Thread.cpp59 assert(m_thread != 0); in create()
64 if (m_thread != 0) { in ~NDBT_Thread()
66 m_thread = 0; in ~NDBT_Thread()
141 m_thread = 0; in join()
178 delete m_thread[n]; in ~NDBT_ThreadSet()
179 m_thread[n] = 0; in ~NDBT_ThreadSet()
181 delete [] m_thread; in ~NDBT_ThreadSet()
242 if (m_thread[n] != 0) { in delete_output()
253 assert(m_thread[n] != 0); in connect()
265 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/sysutils/barrier/barrier-2.3.3/src/lib/mt/
H A DThread.cpp34 if (m_thread == NULL) { in Thread()
43 m_thread = ARCH->copyThread(thread.m_thread); in Thread()
48 m_thread = adoptedThread; in Thread()
53 ARCH->closeThread(m_thread); in ~Thread()
61 ARCH->closeThread(m_thread); in operator =()
64 m_thread = copy; in operator =()
78 ARCH->cancelThread(m_thread); in cancel()
90 ARCH->unblockPollSocket(m_thread); in unblockPollSocket()
108 return ARCH->wait(m_thread, timeout); in wait()
129 return ARCH->isSameThread(m_thread, thread.m_thread); in operator ==()
[all …]
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/mt/
H A DThread.cpp34 if (m_thread == NULL) { in Thread()
43 m_thread = ARCH->copyThread(thread.m_thread); in Thread()
48 m_thread = adoptedThread; in Thread()
53 ARCH->closeThread(m_thread); in ~Thread()
61 ARCH->closeThread(m_thread); in operator =()
64 m_thread = copy; in operator =()
78 ARCH->cancelThread(m_thread); in cancel()
90 ARCH->unblockPollSocket(m_thread); in unblockPollSocket()
108 return ARCH->wait(m_thread, timeout); in wait()
129 return ARCH->isSameThread(m_thread, thread.m_thread); in operator ==()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DStorageSyncManager.cpp56 m_thread->start(); in StorageSyncManager()
62 ASSERT(!m_thread); in ~StorageSyncManager()
80 if (m_thread) { in close()
82 m_thread.clear(); in close()
89 ASSERT(m_thread); in scheduleImport()
90 if (m_thread) in scheduleImport()
92 return m_thread; in scheduleImport()
98 ASSERT(m_thread); in scheduleSync()
99 if (m_thread) in scheduleSync()
106 ASSERT(m_thread); in scheduleDeleteEmptyDatabase()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 assert(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 assert(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 assert(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 assert(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/src/
H A DNDBT_Thread.cpp67 require(m_thread != 0); in create()
72 if (m_thread != 0) { in ~NDBT_Thread()
74 m_thread = 0; in ~NDBT_Thread()
152 m_thread = 0; in join()
188 delete m_thread[n]; in ~NDBT_ThreadSet()
189 m_thread[n] = 0; in ~NDBT_ThreadSet()
191 delete [] m_thread; in ~NDBT_ThreadSet()
252 if (m_thread[n] != 0) { in delete_output()
263 require(m_thread[n] != 0); in connect()
275 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 require(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 require(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 require(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 require(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 require(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 require(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 require(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 require(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 require(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 require(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 assert(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 assert(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 assert(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 assert(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/src/
H A DNDBT_Thread.cpp68 assert(m_thread != 0); in create()
73 if (m_thread != 0) { in ~NDBT_Thread()
75 m_thread = 0; in ~NDBT_Thread()
150 m_thread = 0; in join()
186 delete m_thread[n]; in ~NDBT_ThreadSet()
187 m_thread[n] = 0; in ~NDBT_ThreadSet()
189 delete [] m_thread; in ~NDBT_ThreadSet()
250 if (m_thread[n] != 0) { in delete_output()
261 assert(m_thread[n] != 0); in connect()
273 if (m_thread[n] != 0) { in disconnect()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/unix/
H A Djoystick.cpp223 if (m_thread) in ~wxJoystick()
237 if (m_thread) pos = m_thread->m_lastposition; in GetPosition()
250 if (m_thread) in GetZPosition()
257 if (m_thread) in GetButtonState()
281 if (m_thread) in GetRudderPosition()
288 if (m_thread) in GetUPosition()
295 if (m_thread) in GetVPosition()
302 if (m_thread) in GetMovementThreshold()
309 if (m_thread) in SetMovementThreshold()
514 if (m_thread) in SetCapture()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp116 __FUNCTION__, m_thread.GetIndexID(), static_cast<void *>(&m_thread), in WillResume()
177 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in ValidatePlan()
184 m_thread.GetProtocolID()); in ValidatePlan()
194 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in ShouldStop()
201 m_thread.GetProtocolID()); in ShouldStop()
211 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in WillStop()
218 m_thread.GetProtocolID()); in WillStop()
228 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in DoPlanExplainsStop()
235 m_thread.GetProtocolID()); in DoPlanExplainsStop()
247 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in MischiefManaged()
[all …]
/dports/biology/avida/avida-2.12.4-src/libs/apto/src/core/
H A DThread.cc35 Apto::Thread::~Thread() { if (m_running) pthread_detach(m_thread); } in ~Thread()
58 pthread_cancel(m_thread); in Stop()
59 pthread_join(m_thread, NULL); in Stop()
67 pthread_join(m_thread, NULL); in Join()
88 Apto::Thread::~Thread() { if (m_thread) CloseHandle(m_thread); } in ~Thread()
94 if (m_thread == 0) { in Start()
98 if (m_thread) return true; in Start()
107 if (m_thread) { in Stop()
108 if (CloseHandle(m_thread) == TRUE) { in Stop()
109 m_thread = 0; in Stop()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/unix/
H A Djoystick.cpp232 if (m_thread) in ~wxJoystick()
245 if (m_thread) pos = m_thread->m_lastposition; in GetPosition()
258 if (m_thread) in GetZPosition()
265 if (m_thread) in GetButtonState()
289 if (m_thread) in GetRudderPosition()
296 if (m_thread) in GetUPosition()
303 if (m_thread) in GetVPosition()
310 if (m_thread) in GetMovementThreshold()
317 if (m_thread) in SetMovementThreshold()
522 if (m_thread) in SetCapture()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/unix/
H A Djoystick.cpp232 if (m_thread) in ~wxJoystick()
245 if (m_thread) pos = m_thread->m_lastposition; in GetPosition()
258 if (m_thread) in GetZPosition()
265 if (m_thread) in GetButtonState()
289 if (m_thread) in GetRudderPosition()
296 if (m_thread) in GetUPosition()
303 if (m_thread) in GetVPosition()
310 if (m_thread) in GetMovementThreshold()
317 if (m_thread) in SetMovementThreshold()
522 if (m_thread) in SetCapture()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/analyzer/
H A Dtrackanalysisscheduler.h93 DEBUG_ASSERT(m_thread); in thread()
94 return m_thread.get(); in thread()
103 DEBUG_ASSERT(m_thread); in submitNextTrack()
108 if (m_thread) { in suspendThread()
114 if (m_thread) { in resumeThread()
115 m_thread->resume(); in resumeThread()
120 if (m_thread) { in stopThread()
121 m_thread->stop(); in stopThread()
126 DEBUG_ASSERT(m_thread); in onAnalyzerProgress()
131 DEBUG_ASSERT(m_thread); in onThreadExit()
[all …]
/dports/math/sound-of-sorting/sound-of-sorting-5884a35/src/
H A DWMain.cpp32 m_thread = NULL; in WMain()
170 if (m_thread->IsPaused()) m_thread->Resume(); in AbortAlgorithm()
173 m_thread->Wait(); in AbortAlgorithm()
176 delete m_thread; in AbortAlgorithm()
177 m_thread = NULL; in AbortAlgorithm()
183 if (m_thread && !m_thread->IsAlive()) in OnRunButton()
202 if (m_thread->IsPaused()) m_thread->Resume(); in OnRunButton()
218 if (m_thread) in OnRunFinished()
243 if (!m_thread) in OnStepButton()
250 if (m_thread->IsPaused()) m_thread->Resume(); in OnStepButton()
[all …]

12345678910>>...68