MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / notify_one

Method notify_one

extern/boost/boost/thread/pthread/condition_variable.hpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 inline void condition_variable::notify_one() BOOST_NOEXCEPT
145 {
146#if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
147 boost::pthread::pthread_mutex_scoped_lock internal_lock(&internal_mutex);
148#endif
149 BOOST_VERIFY(!posix::pthread_cond_signal(&cond));
150 }
151
152 inline void condition_variable::notify_all() BOOST_NOEXCEPT
153 {

Callers 8

executeMethod · 0.45
stopMethod · 0.45
disposeMethod · 0.45
notifyMethod · 0.45
notifyMethod · 0.45
unlock_sharedMethod · 0.45
release_waitersMethod · 0.45
unlock_sharedMethod · 0.45

Calls 1

pthread_cond_signalFunction · 0.85

Tested by

no test coverage detected