WPILibC++
2019.1.1-beta-1-6-g9f6544f
|
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 |