MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / init_timer_list

Function init_timer_list

modules/tm/timer.c:674–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672
673
674void init_timer_list(unsigned int set, enum lists list_id)
675{
676 reset_timer_list( set, list_id );
677 init_timerlist_lock( set, list_id );
678}
679
680
681

Callers 1

tm_init_timersFunction · 0.85

Calls 2

reset_timer_listFunction · 0.85
init_timerlist_lockFunction · 0.85

Tested by

no test coverage detected