#include <mrpt/system/threads.h>
Public Member Functions | |
ThreadCreateFunctorNoParams (void(*f)(void)) | |
Static Public Member Functions | |
static void | createThreadAux (void *f) |
static TThreadHandle | createThread (void(*f)(void)) |
Public Attributes | |
void(* | func )(void) |
|
inline |
Definition at line 119 of file threads.h.
Referenced by createThread().
|
inlinestatic |
Definition at line 126 of file threads.h.
References createThreadAux(), mrpt::system::detail::createThreadImpl(), and ThreadCreateFunctorNoParams().
Referenced by mrpt::system::createThread().
|
inlinestatic |
void(* mrpt::system::detail::ThreadCreateFunctorNoParams::func) (void) |
Definition at line 118 of file threads.h.
Referenced by createThreadAux().
Page generated by Doxygen 1.8.9.1 for MRPT 1.3.2 SVN:Unversioned directory at Thu Dec 10 00:07:55 UTC 2015 |