|
GNU Radio 3.2.2 C++ API
|
#include <mld_threads.h>
Public Member Functions | |
| __INLINE__ | mld_thread_t (void(*start_routine)(void *), void *arg) |
| __INLINE__ | ~mld_thread_t () |
| __INLINE__ | mld_thread_t (void(*start_routine)(void *), void *arg) |
| __INLINE__ | ~mld_thread_t () |
| __INLINE__ mld_thread_t::mld_thread_t | ( | void(*)(void *) | start_routine, |
| void * | arg | ||
| ) | [inline] |
References NULL, and pthread_create().
| __INLINE__ mld_thread_t::~mld_thread_t | ( | ) | [inline] |
References NULL, and pthread_detach().
| __INLINE__ mld_thread_t::mld_thread_t | ( | void(*)(void *) | start_routine, |
| void * | arg | ||
| ) | [inline] |
References NULL, and pthread_create().
| __INLINE__ mld_thread_t::~mld_thread_t | ( | ) | [inline] |
References NULL, and pthread_detach().