ftdm_thread_t    5564 src/ftdm_io.c  static void *ftdm_cpu_monitor_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t     101 src/ftdm_sched.c static void *run_main_schedule(ftdm_thread_t *thread, void *data)
ftdm_thread_t      93 src/ftdm_threadmutex.c     ftdm_thread_t *thread = (ftdm_thread_t *)args;
ftdm_thread_t     110 src/ftdm_threadmutex.c 	ftdm_thread_t *thread = NULL;
ftdm_thread_t     113 src/ftdm_threadmutex.c 	if (!func || !(thread = (ftdm_thread_t *)ftdm_malloc(sizeof(ftdm_thread_t)))) {
ftdm_thread_t      60 src/ftmod/ftmod_analog/ftdm_analog.h static void *ftdm_analog_run(ftdm_thread_t *me, void *obj);
ftdm_thread_t      41 src/ftmod/ftmod_analog/ftmod_analog.c static void *ftdm_analog_channel_run(ftdm_thread_t *me, void *obj);
ftdm_thread_t     414 src/ftmod/ftmod_analog/ftmod_analog.c static void *ftdm_analog_channel_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t    1161 src/ftmod/ftmod_analog/ftmod_analog.c static void *ftdm_analog_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t      56 src/ftmod/ftmod_analog_em/ftdm_analog_em.h static void *ftdm_analog_em_run(ftdm_thread_t *me, void *obj);
ftdm_thread_t      46 src/ftmod/ftmod_analog_em/ftmod_analog_em.c static void *ftdm_analog_em_channel_run(ftdm_thread_t *me, void *obj);
ftdm_thread_t     210 src/ftmod/ftmod_analog_em/ftmod_analog_em.c static void *ftdm_analog_em_channel_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t     648 src/ftmod/ftmod_analog_em/ftmod_analog_em.c static void *ftdm_analog_em_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t    1798 src/ftmod/ftmod_isdn/ftmod_isdn.c static void *ftdm_isdn_tones_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t    1993 src/ftmod/ftmod_isdn/ftmod_isdn.c static void *ftdm_isdn_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t    1575 src/ftmod/ftmod_libpri/ftmod_libpri.c static void *ftdm_libpri_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t     660 src/ftmod/ftmod_pritap/ftmod_pritap.c static void *ftdm_pritap_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t     156 src/ftmod/ftmod_r2/ftmod_r2.c static void *ftdm_r2_run(ftdm_thread_t *me, void *obj);
ftdm_thread_t    1829 src/ftmod/ftmod_r2/ftmod_r2.c static void *ftdm_r2_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t    1759 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void *ftdm_sangoma_events_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t    1888 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static void *ftdm_sangoma_boost_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t      44 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c static void *ftdm_sangoma_isdn_run(ftdm_thread_t *me, void *obj);
ftdm_thread_t     355 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c static void *ftdm_sangoma_isdn_dchan_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t     402 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c static void *ftdm_sangoma_isdn_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t      48 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.c static void *ftdm_sangoma_ss7_run (ftdm_thread_t * me, void *obj);
ftdm_thread_t     271 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.c static void *ftdm_sangoma_ss7_run(ftdm_thread_t * me, void *obj)
ftdm_thread_t      35 src/include/ftdm_threadmutex.h typedef struct ftdm_thread ftdm_thread_t;
ftdm_thread_t      37 src/include/ftdm_threadmutex.h typedef void *(*ftdm_thread_function_t) (ftdm_thread_t *, void *);
ftdm_thread_t       7 src/testanalog.c static void *test_call(ftdm_thread_t *me, void *obj)
ftdm_thread_t      16 src/testpri.c  static void *channel_run(ftdm_thread_t *me, void *obj)
ftdm_thread_t     273 src/testsangomaboost.c static void *media_thread(ftdm_thread_t *th, void *data)