|
RTS API Documentation
1.10.11
|
Collaboration diagram for system_thread_handle: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 3138 of file switch_core.c.
| const char* system_thread_handle::cmd |
Definition at line 3139 of file switch_core.c.
Referenced by switch_close_extra_files(), switch_system_thread(), and system_thread().
| switch_thread_cond_t* system_thread_handle::cond |
Definition at line 3140 of file switch_core.c.
Referenced by switch_system_thread(), and system_thread().
| int* system_thread_handle::fds |
Definition at line 3144 of file switch_core.c.
Referenced by system_thread().
| switch_mutex_t* system_thread_handle::mutex |
Definition at line 3141 of file switch_core.c.
Referenced by switch_system_thread(), and system_thread().
| switch_memory_pool_t* system_thread_handle::pool |
Definition at line 3142 of file switch_core.c.
Referenced by switch_system_thread(), and system_thread().
| int system_thread_handle::ret |
Definition at line 3143 of file switch_core.c.
Referenced by switch_system_thread(), and system_thread().
1.8.13