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

Function dm_cond_ref

modules/aaa_diameter/dm_impl.h:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144};
145
146static inline void dm_cond_ref(struct dm_cond *cond)
147{
148 if (!cond || cond->type == DM_TYPE_COND)
149 return;
150
151 __atomic_add_fetch(&cond->ref, 1, __ATOMIC_SEQ_CST);
152}
153
154static inline void dm_cond_unref(struct dm_cond *cond)
155{

Callers 3

dm_cond_signalFunction · 0.85
dm_add_pending_replyFunction · 0.85
dm_get_async_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected