WPILibC++
2018.4.1-20180924001740-1197-g467c9fd
|
Public Member Functions | |
SafeThreadProxyBase (SafeThread *thr) | |
operator bool () const | |
std::unique_lock< wpi::mutex > & | GetLock () |
Protected Attributes | |
SafeThread * | m_thread |
std::unique_lock< wpi::mutex > | m_lock |