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

Function dm_init_reply_cond

modules/aaa_diameter/dm_impl.c:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143int dm_init_reply_cond(int proc_rank)
144{
145 my_reply_cond = dm_get_cond(DM_TYPE_COND, NULL, NULL);
146 return my_reply_cond?0:-1;
147}
148
149
150int init_mutex_cond(pthread_mutex_t *mutex, pthread_cond_t *cond)

Callers 2

dm_peer_loopFunction · 0.85
child_initFunction · 0.85

Calls 1

dm_get_condFunction · 0.85

Tested by

no test coverage detected