ftdm_thread_function_t   76 src/ftdm_threadmutex.c 	ftdm_thread_function_t function;
ftdm_thread_function_t  103 src/ftdm_threadmutex.c FT_DECLARE(ftdm_status_t) ftdm_thread_create_detached(ftdm_thread_function_t func, void *data)
ftdm_thread_function_t  108 src/ftdm_threadmutex.c FT_DECLARE(ftdm_status_t) ftdm_thread_create_detached_ex(ftdm_thread_function_t func, void *data, ftdm_size_t stack_size)
ftdm_thread_function_t   37 src/include/ftdm_threadmutex.h typedef void *(*ftdm_thread_function_t) (ftdm_thread_t *, void *);
ftdm_thread_function_t   39 src/include/ftdm_threadmutex.h FT_DECLARE(ftdm_status_t) ftdm_thread_create_detached(ftdm_thread_function_t func, void *data);
ftdm_thread_function_t   40 src/include/ftdm_threadmutex.h FT_DECLARE(ftdm_status_t) ftdm_thread_create_detached_ex(ftdm_thread_function_t func, void *data, ftdm_size_t stack_size);