Home
last modified time | relevance | path

Searched refs:switch_mono_micro_time_now (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_time.c315 SWITCH_DECLARE(switch_time_t) switch_mono_micro_time_now(void) in switch_mono_micro_time_now() function
602 return switch_mono_micro_time_now(); in switch_time_ref()
618 …runtime.offset = runtime.reference - switch_mono_micro_time_now(); /* Get the offset between syste… in switch_time_sync()
1139 … runtime.initiated = switch_mono_micro_time_now() - ((last - runtime.offset) - runtime.initiated); in SWITCH_MODULE_RUNTIME_FUNCTION()
1200 …runtime.initiated = switch_mono_micro_time_now() - (((runtime.reference - runtime.microseconds_per… in SWITCH_MODULE_RUNTIME_FUNCTION()
1562 …runtime.initiated = switch_mono_micro_time_now(); /* Update mono_initiated, since now is the first… in SWITCH_MODULE_LOAD_FUNCTION()
H A Dswitch_core.c2011 runtime.initiated = switch_mono_micro_time_now(); in switch_core_init()
2555 return switch_mono_micro_time_now() - runtime.initiated; in switch_core_uptime()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.c812 listener->digit_timeout_time = switch_mono_micro_time_now() + digit_timeout * 1000; in channel_on_routing()
1913 … if (listener->digit_timeout_time && listener->digit_timeout_time < switch_mono_micro_time_now()) { in listener_run()
H A Dskinny_protocol.c188 if (listener->digit_timeout_time && listener->digit_timeout_time < switch_mono_micro_time_now()) { in skinny_read_packet()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2436 SWITCH_DECLARE(switch_time_t) switch_mono_micro_time_now(void);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9658 public static SWIGTYPE_p_switch_time_t switch_mono_micro_time_now() { in switch_mono_micro_time_now() method in FreeSWITCH.Native.freeswitch
9659 …ch_time_t ret = new SWIGTYPE_p_switch_time_t(freeswitchPINVOKE.switch_mono_micro_time_now(), true); in switch_mono_micro_time_now()
19275 public static extern global::System.IntPtr switch_mono_micro_time_now(); in switch_mono_micro_time_now() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx16622 result = switch_mono_micro_time_now(); in CSharp_FreeSWITCHfNative_switch_mono_micro_time_now___()