Home
last modified time | relevance | path

Searched defs:switch_core_thread_session (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h215 struct switch_core_thread_session { struct
217 int running;
219 switch_mutex_t *mutex;
221 void *objs[SWITCH_MAX_CORE_THREAD_SESSION_OBJS];
223 switch_input_callback_function_t input_callback;
224 switch_memory_pool_t *pool;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs33766 public class switch_core_thread_session : global::System.IDisposable { class
33770 internal switch_core_thread_session(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_core_thread_session() method in FreeSWITCH.Native.switch_core_thread_session
33850 …public switch_core_thread_session() : this(freeswitchPINVOKE.new_switch_core_thread_session(), tru… in switch_core_thread_session() method in FreeSWITCH.Native.switch_core_thread_session