Definition at line 116 of file threads.h.
#include <mrpt/system/threads.h>
§ ThreadCreateFunctorNoParams()
mrpt::system::detail::ThreadCreateFunctorNoParams::ThreadCreateFunctorNoParams |
( |
void(*)(void) |
f | ) |
|
|
inline |
§ createThread()
static TThreadHandle mrpt::system::detail::ThreadCreateFunctorNoParams::createThread |
( |
void(*)(void) |
f | ) |
|
|
inlinestatic |
§ createThreadAux()
static void mrpt::system::detail::ThreadCreateFunctorNoParams::createThreadAux |
( |
void * |
f | ) |
|
|
inlinestatic |
§ func
void(* mrpt::system::detail::ThreadCreateFunctorNoParams::func) (void) |