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

Function lock_cleanup

modules/tm/lock.c:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186#ifdef GEN_LOCK_T_PREFERED
187void lock_cleanup(void)
188{
189 /* must check if someone uses them, for now just leave them allocated*/
190 if (timer_group_lock) shm_free((void*)timer_group_lock);
191}
192
193#else
194

Callers 2

tm_shutdownFunction · 0.85
lock_initializeFunction · 0.85

Calls 2

shm_freeFunction · 0.85
lock_set_destroyFunction · 0.85

Tested by

no test coverage detected