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

Function lock_set_destroy

lock_ops.h:365–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365inline static void lock_set_destroy(gen_lock_set_t* s)
366{
367 union semun su;
368
369 su.val = 0;
370 semctl(s->semid, 0, IPC_RMID, su);
371}
372
373inline static void lock_set_get(gen_lock_set_t* s, int n)
374{

Callers 12

destroy_sca_hashFunction · 0.85
xj_wlist_initFunction · 0.85
xj_wlist_freeFunction · 0.85
free_cc_dataFunction · 0.85
destroy_ip_treeFunction · 0.85
ul_destroy_locksFunction · 0.85
mod_destroyFunction · 0.85
lock_initializeFunction · 0.85
lock_cleanupFunction · 0.85
destroy_all_locksFunction · 0.85
destroy_dlg_tableFunction · 0.85
hash_destroy_locksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected