Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ destroy_timer
Function
destroy_timer
timer.c:210–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
209
210
void destroy_timer(void)
211
{
212
if (jiffies){
213
shm_free(jiffies); jiffies=0;
214
shm_free(ujiffies); ujiffies=0;
215
}
216
}
217
218
219
Callers
1
cleanup
Function · 0.85
Calls
1
shm_free
Function · 0.85
Tested by
no test coverage detected