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

Function release_cell_lock

modules/tm/lock.c:256–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255
256int release_cell_lock( struct cell *cell )
257{
258#ifndef GEN_LOCK_T_PREFERED
259 /* don't do anything here -- the init_*_lock procedures
260 just advised on usage of shared semaphores but did not
261 generate them
262 */
263#endif
264 return 0;
265}
266
267
268

Callers 1

free_cellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected