Home
last modified time | relevance | path

Searched refs:m_Cond (Results 1 – 24 of 24) sorted by relevance

/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Donce_block.cpp147 CONDITION_VARIABLE m_Cond;
169 pInitializeConditionVariable(&m_Cond);
191 &m_Cond, &m_Mutex, INFINITE, 0));
209 m_pWakeAllConditionVariable(&m_Cond);
220 m_pWakeAllConditionVariable(&m_Cond);
229 condition_variable m_Cond;
249 m_Cond.wait(lock);
263 m_Cond.notify_all();
272 m_Cond.notify_all();
/dports/databases/percona57-server/boost_1_59_0/libs/log/src/
H A Donce_block.cpp147 CONDITION_VARIABLE m_Cond;
169 pInitializeConditionVariable(&m_Cond);
191 &m_Cond, &m_Mutex, INFINITE, 0));
209 m_pWakeAllConditionVariable(&m_Cond);
220 m_pWakeAllConditionVariable(&m_Cond);
229 condition_variable m_Cond;
249 m_Cond.wait(lock);
263 m_Cond.notify_all();
272 m_Cond.notify_all();
/dports/databases/xtrabackup/boost_1_59_0/libs/log/src/
H A Donce_block.cpp147 CONDITION_VARIABLE m_Cond;
169 pInitializeConditionVariable(&m_Cond);
191 &m_Cond, &m_Mutex, INFINITE, 0));
209 m_pWakeAllConditionVariable(&m_Cond);
220 m_pWakeAllConditionVariable(&m_Cond);
229 condition_variable m_Cond;
249 m_Cond.wait(lock);
263 m_Cond.notify_all();
272 m_Cond.notify_all();
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Donce_block.cpp147 CONDITION_VARIABLE m_Cond;
169 pInitializeConditionVariable(&m_Cond);
191 &m_Cond, &m_Mutex, INFINITE, 0));
209 m_pWakeAllConditionVariable(&m_Cond);
220 m_pWakeAllConditionVariable(&m_Cond);
229 condition_variable m_Cond;
249 m_Cond.wait(lock);
263 m_Cond.notify_all();
272 m_Cond.notify_all();
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Donce_block.cpp147 CONDITION_VARIABLE m_Cond;
169 pInitializeConditionVariable(&m_Cond);
191 &m_Cond, &m_Mutex, INFINITE, 0));
209 m_pWakeAllConditionVariable(&m_Cond);
220 m_pWakeAllConditionVariable(&m_Cond);
229 condition_variable m_Cond;
249 m_Cond.wait(lock);
263 m_Cond.notify_all();
272 m_Cond.notify_all();
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/
H A Donce_block.cpp151 winapi_condition_variable m_Cond;
173 pInitializeConditionVariable(&m_Cond);
195 &m_Cond, &m_Mutex, boost::winapi::INFINITE_, 0));
213 m_pWakeAllConditionVariable(&m_Cond);
224 m_pWakeAllConditionVariable(&m_Cond);
233 condition_variable m_Cond;
253 m_Cond.wait(lock);
267 m_Cond.notify_all();
276 m_Cond.notify_all();
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/
H A Donce_block.cpp151 winapi_condition_variable m_Cond;
173 pInitializeConditionVariable(&m_Cond);
195 &m_Cond, &m_Mutex, boost::winapi::INFINITE_, 0));
213 m_pWakeAllConditionVariable(&m_Cond);
224 m_pWakeAllConditionVariable(&m_Cond);
233 condition_variable m_Cond;
253 m_Cond.wait(lock);
267 m_Cond.notify_all();
276 m_Cond.notify_all();
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/
H A Donce_block.cpp151 winapi_condition_variable m_Cond;
173 pInitializeConditionVariable(&m_Cond);
195 &m_Cond, &m_Mutex, boost::winapi::INFINITE_, 0));
213 m_pWakeAllConditionVariable(&m_Cond);
224 m_pWakeAllConditionVariable(&m_Cond);
233 condition_variable m_Cond;
253 m_Cond.wait(lock);
267 m_Cond.notify_all();
276 m_Cond.notify_all();
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/
H A Donce_block.cpp151 winapi_condition_variable m_Cond;
173 pInitializeConditionVariable(&m_Cond);
195 &m_Cond, &m_Mutex, boost::winapi::INFINITE_, 0));
213 m_pWakeAllConditionVariable(&m_Cond);
224 m_pWakeAllConditionVariable(&m_Cond);
233 condition_variable m_Cond;
253 m_Cond.wait(lock);
267 m_Cond.notify_all();
276 m_Cond.notify_all();
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/log/sinks/
H A Dasync_frontend.hpp105 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
112 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
121 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
136 m_Cond.notify_all(); in ~scoped_thread_id()
153 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
158 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
167 m_Cond.notify_all(); in ~scoped_flag()
/dports/databases/xtrabackup/boost_1_59_0/boost/log/sinks/
H A Dasync_frontend.hpp105 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
112 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
121 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
136 m_Cond.notify_all(); in ~scoped_thread_id()
153 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
158 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
167 m_Cond.notify_all(); in ~scoped_flag()
/dports/databases/percona57-server/boost_1_59_0/boost/log/sinks/
H A Dasync_frontend.hpp105 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
112 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
121 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
136 m_Cond.notify_all(); in ~scoped_thread_id()
153 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
158 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
167 m_Cond.notify_all(); in ~scoped_flag()
/dports/databases/percona57-client/boost_1_59_0/boost/log/sinks/
H A Dasync_frontend.hpp105 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
112 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
121 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
136 m_Cond.notify_all(); in ~scoped_thread_id()
153 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
158 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
167 m_Cond.notify_all(); in ~scoped_flag()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/log/sinks/
H A Dasync_frontend.hpp105 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
112 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
121 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
136 m_Cond.notify_all(); in ~scoped_thread_id()
153 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
158 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
167 m_Cond.notify_all(); in ~scoped_flag()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/log/sinks/
H A Dasync_frontend.hpp105 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
112 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
121 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
136 m_Cond.notify_all(); in ~scoped_thread_id()
153 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
158 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
167 m_Cond.notify_all(); in ~scoped_flag()
/dports/devel/boost-docs/boost_1_72_0/boost/log/sinks/
H A Dasync_frontend.hpp137 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
144 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
153 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
168 m_Cond.notify_all(); in ~scoped_thread_id()
184 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
189 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
198 m_Cond.notify_all(); in ~scoped_flag()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/sinks/
H A Dasync_frontend.hpp137 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
144 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
153 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
168 m_Cond.notify_all(); in ~scoped_thread_id()
184 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
189 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
198 m_Cond.notify_all(); in ~scoped_flag()
/dports/devel/boost-libs/boost_1_72_0/boost/log/sinks/
H A Dasync_frontend.hpp137 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
144 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
153 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
168 m_Cond.notify_all(); in ~scoped_thread_id()
184 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
189 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
198 m_Cond.notify_all(); in ~scoped_flag()
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/sinks/
H A Dasync_frontend.hpp137 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
144 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
153 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
168 m_Cond.notify_all(); in ~scoped_thread_id()
184 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
189 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
198 m_Cond.notify_all(); in ~scoped_flag()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/sinks/
H A Dasync_frontend.hpp137 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_thread_id
144 : m_Mutex(mut), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
153 : m_Mutex(*l.mutex()), m_Cond(cond), m_ThreadID(tid), m_StopRequested(sr) in scoped_thread_id()
168 m_Cond.notify_all(); in ~scoped_thread_id()
184 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
189 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
198 m_Cond.notify_all(); in ~scoped_flag()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/unx/
H A Dthread.cxx99 pthread_cond_t m_Cond; member
184 pthread_cond_init (&(pImpl->m_Cond), PTHREAD_CONDATTR_DEFAULT); in osl_thread_construct_Impl()
193 pthread_cond_destroy (&((*ppImpl)->m_Cond)); in osl_thread_destruct_Impl()
245 pthread_cond_signal (&(pImpl->m_Cond)); in osl_thread_start_Impl()
251 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_thread_start_Impl()
344 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_thread_create_Impl()
404 pthread_cond_signal (&(pImpl->m_Cond)); in osl_resumeThread()
430 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_suspendThread()
501 pthread_cond_signal (&(pImpl->m_Cond)); in osl_terminateThread()
531 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_scheduleThread()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/unx/
H A Dthread.cxx90 pthread_cond_t m_Cond; member
156 pthread_cond_init (&(pImpl->m_Cond), PTHREAD_CONDATTR_DEFAULT); in osl_thread_construct_Impl()
165 pthread_cond_destroy (&((*ppImpl)->m_Cond)); in osl_thread_destruct_Impl()
217 pthread_cond_signal (&(pImpl->m_Cond)); in osl_thread_start_Impl()
223 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_thread_start_Impl()
316 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_thread_create_Impl()
376 pthread_cond_signal (&(pImpl->m_Cond)); in osl_resumeThread()
402 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_suspendThread()
473 pthread_cond_signal (&(pImpl->m_Cond)); in osl_terminateThread()
503 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_scheduleThread()
/dports/devel/hyperscan/boost_1_75_0/boost/log/sinks/
H A Dasync_frontend.hpp195 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
200 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
209 m_Cond.notify_all(); in ~scoped_flag()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/sinks/
H A Dasync_frontend.hpp195 condition_variable_any& m_Cond; member in boost::sinks::asynchronous_sink::scoped_flag
200 m_Mutex(mut), m_Cond(cond), m_Flag(f) in scoped_flag()
209 m_Cond.notify_all(); in ~scoped_flag()