Home
last modified time | relevance | path

Searched refs:switch_cond_yield (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_time.c648 switch_cond_yield(t); in switch_sleep()
676 SWITCH_DECLARE(void) switch_cond_yield(switch_interval_time_t t) in switch_cond_yield() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2472 SWITCH_DECLARE(void) switch_cond_yield(switch_interval_time_t t);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9813 public static void switch_cond_yield(SWIGTYPE_p_switch_interval_time_t t) { in switch_cond_yield() method in FreeSWITCH.Native.freeswitch
9814 freeswitchPINVOKE.switch_cond_yield(SWIGTYPE_p_switch_interval_time_t.getCPtr(t)); in switch_cond_yield()
19365 …public static extern void switch_cond_yield(global::System.Runtime.InteropServices.HandleRef jarg1… in switch_cond_yield() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx16950 switch_cond_yield(arg1); in CSharp_FreeSWITCHfNative_switch_cond_yield___()