WPILibC++
2019.2.1-3-g1349dd4
|
Public Member Functions | |
SafeThreadProxyBase (std::shared_ptr< SafeThread > thr) | |
operator bool () const | |
std::unique_lock< wpi::mutex > & | GetLock () |
Protected Attributes | |
std::shared_ptr< SafeThread > | m_thread |
std::unique_lock< wpi::mutex > | m_lock |