WPILibC++
2018.4.1-20180821013237-1172-g8d8f120
|
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 |