NCBI C++ ToolKit
|
#include <atomic>
#include <thread>
#include <signal.h>
#include <functional>
#include <corelib/ncbithr.hpp>
#include "IdCassScope.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | SSignalHandler |
Functions | |
bool | WaitCondVar (unsigned int timeoutmks, CFastMutex &mtx, CConditionVariable &ev, const function< bool()> &is_done_cb, const function< void(bool *)> &update_rslt_cb) |
Variables | |
USING_NCBI_SCOPE | |
bool WaitCondVar | ( | unsigned int | timeoutmks, |
CFastMutex & | mtx, | ||
CConditionVariable & | ev, | ||
const function< bool()> & | is_done_cb, | ||
const function< void(bool *)> & | update_rslt_cb | ||
) |
Definition at line 57 of file SyncObj.cpp.
References CConditionVariable::WaitForSignal().
USING_NCBI_SCOPE |
Definition at line 48 of file SyncObj.hpp.