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

Function lock_init

lock_ops.h:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82#define lock_destroy(lock) /* do nothing */
83
84inline static gen_lock_t* lock_init(gen_lock_t* lock)
85{
86 init_lock(*lock);
87 return lock;
88}
89
90#define lock_release(lock) release_lock(lock)
91

Callers 15

init_script_reloadFunction · 0.85
init_stats_collectorFunction · 0.85
lock_set_initFunction · 0.85
lock_init_rwFunction · 0.85
init_extra_avpsFunction · 0.85
sr_register_identifierFunction · 0.85
init_timerFunction · 0.85
tls_new_domainFunction · 0.85
HashTable_newFunction · 0.85
Dialog_Param_newFunction · 0.85
new_stat_seriesFunction · 0.85
mi_http_init_async_lockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected