WPILibC++
2018.4.1-20180819050225-1157-gb44f27d
|
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 |