FreeSWITCH API Documentation
1.7.0
|
#include <switch_core.h>
Data Fields | |
switch_thread_start_t | func |
void * | obj |
int | alloc |
switch_memory_pool_t * | pool |
Definition at line 65 of file switch_core.h.
int switch_thread_data_s::alloc |
Definition at line 68 of file switch_core.h.
Referenced by switch_core_session_thread_pool_worker(), switch_event_channel_broadcast(), and switch_event_deliver_thread_pool().
switch_thread_start_t switch_thread_data_s::func |
Definition at line 66 of file switch_core.h.
Referenced by new_job(), switch_core_session_thread_pool_launch(), switch_core_session_thread_pool_worker(), switch_event_channel_broadcast(), switch_event_deliver_thread_pool(), and switch_ivr_bg_media().
void* switch_thread_data_s::obj |
Definition at line 67 of file switch_core.h.
Referenced by new_job(), switch_core_session_thread_pool_launch(), switch_core_session_thread_pool_worker(), switch_event_channel_broadcast(), switch_event_deliver_thread_pool(), and switch_ivr_bg_media().
switch_memory_pool_t* switch_thread_data_s::pool |
Definition at line 69 of file switch_core.h.
Referenced by switch_core_session_thread_pool_worker(), switch_event_channel_broadcast(), switch_event_deliver_thread_pool(), and switch_ivr_bg_media().