WPILibC++
2018.4.1-20180920010257-1187-gd2a5aaa
|
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 |