![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <Condition.h>
Public Member Functions | |
ConditionVariable ()=default | |
void | wait (CCriticalSection &lock) |
bool | wait (CCriticalSection &lock, unsigned long milliseconds) |
void | wait (CSingleLock &lock) |
bool | wait (CSingleLock &lock, unsigned long milliseconds) |
void | notifyAll () |
void | notify () |
This is a thin wrapper around std::condition_variable_any. It is subject to "spurious returns" as it is built on boost which is built on posix on many of our platforms.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |