WPILibC++
2018.4.1-20180729133221-1141-g00c2cd7
|
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 |