#include <switch_core.h>
Collaboration diagram for switch_core_thread_session:
Data Fields | |
| int | running |
| switch_mutex_t * | mutex |
| void * | objs [SWITCH_MAX_CORE_THREAD_SESSION_OBJS] |
| switch_input_callback_function_t | input_callback |
| switch_memory_pool_t * | pool |
Definition at line 105 of file switch_core.h.
a pointer to a memory pool if the thread has it's own pool
Definition at line 113 of file switch_core.h.
mutex
Definition at line 109 of file switch_core.h.
| void* switch_core_thread_session::objs[SWITCH_MAX_CORE_THREAD_SESSION_OBJS] |
array of void pointers to pass mutiple data objects
Definition at line 111 of file switch_core.h.
Referenced by switch_loadable_module_exec().
status of the thread
Definition at line 107 of file switch_core.h.
1.4.7