|
RTS API Documentation
1.10.11
|
#include <switch_core.h>
Collaboration diagram for switch_thread_data_s:Data Fields | |
| switch_thread_start_t | func |
| void * | obj |
| int | alloc |
| int | running |
| switch_memory_pool_t * | pool |
Definition at line 66 of file switch_core.h.
| int switch_thread_data_s::alloc |
Definition at line 69 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 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().
| void* switch_thread_data_s::obj |
Definition at line 68 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 71 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().
| int switch_thread_data_s::running |
Definition at line 70 of file switch_core.h.
Referenced by switch_core_session_thread_pool_worker(), and switch_thread_pool_wait().
1.8.13