Searched defs:sip_msg_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.h327 (void) pthread_mutex_lock(&(sip_msg)->sip_msg_mutex); \
329 (void) pthread_mutex_unlock(&(sip_msg)->sip_msg_mutex); \
334 (void) pthread_mutex_lock(&(sip_msg)->sip_msg_mutex); \
339 (void) pthread_mutex_unlock(&(sip_msg)->sip_msg_mutex); \
353 pthread_mutex_t sip_msg_mutex; member in struct:sip_message

Completed in 77 milliseconds