WPILibC++
2018.4.1-20180928014753-1210-gac7dfa5
|
Public Types | |
using | Proxy = typename detail::SafeThreadProxy< T > |
Public Member Functions | |
void | Start () |
void | Start (T *thr) |
Proxy | GetThread () const |
![]() | |
void | Stop () |
SafeThreadOwnerBase (const SafeThreadOwnerBase &)=delete | |
SafeThreadOwnerBase & | operator= (const SafeThreadOwnerBase &)=delete |
SafeThreadOwnerBase (SafeThreadOwnerBase &&other) | |
SafeThreadOwnerBase & | operator= (SafeThreadOwnerBase other) |
operator bool () const | |
Additional Inherited Members | |
![]() | |
void | Start (SafeThread *thr) |
SafeThread * | GetThread () const |
std::thread::native_handle_type | GetNativeThreadHandle () const |