FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
const char * | cmd |
switch_thread_cond_t * | cond |
switch_mutex_t * | mutex |
switch_memory_pool_t * | pool |
int | ret |
int * | fds |
Definition at line 2990 of file switch_core.c.
const char* system_thread_handle::cmd |
Definition at line 2991 of file switch_core.c.
Referenced by switch_system_thread(), and system_thread().
switch_thread_cond_t* system_thread_handle::cond |
Definition at line 2992 of file switch_core.c.
Referenced by switch_system_thread(), and system_thread().
int* system_thread_handle::fds |
Definition at line 2996 of file switch_core.c.
Referenced by system_thread().
switch_mutex_t* system_thread_handle::mutex |
Definition at line 2993 of file switch_core.c.
Referenced by switch_system_thread(), and system_thread().
switch_memory_pool_t* system_thread_handle::pool |
Definition at line 2994 of file switch_core.c.
Referenced by switch_system_thread(), and system_thread().
int system_thread_handle::ret |
Definition at line 2995 of file switch_core.c.
Referenced by switch_system_thread(), and system_thread().