WPILibC++
2019.1.1-beta-4-16-gd817001
|
Public Member Functions | |
SafeThreadProxy (std::shared_ptr< SafeThread > thr) | |
T & | operator* () const |
T * | operator-> () const |
![]() | |
SafeThreadProxyBase (std::shared_ptr< SafeThread > thr) | |
operator bool () const | |
std::unique_lock< wpi::mutex > & | GetLock () |
Additional Inherited Members | |
![]() | |
std::shared_ptr< SafeThread > | m_thread |
std::unique_lock< wpi::mutex > | m_lock |