FreeSWITCH API Documentation  1.7.0
Data Fields
system_thread_handle Struct Reference
+ Collaboration diagram for system_thread_handle:

Data Fields

const char * cmd
 
switch_thread_cond_tcond
 
switch_mutex_tmutex
 
switch_memory_pool_tpool
 
int ret
 
int * fds
 

Detailed Description

Definition at line 2990 of file switch_core.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: