WPILibC++
2019.1.1-beta-2-31-g26e8e58
|
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 |