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

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dworker.c35 smutex_t tm_w_mutex; /* linked list access mutex */ member in struct:taskmgr_S
110 if (!smutex_lock(&Tskmgr.tm_w_mutex)) \
117 if (!smutex_unlock(&Tskmgr.tm_w_mutex)) \
122 scond_timedwait(&Tskmgr.tm_w_cond, &Tskmgr.tm_w_mutex, COND_TIMEOUT)
250 (void) smutex_init(&Tskmgr.tm_w_mutex);
579 (void) smutex_destroy(&Tskmgr.tm_w_mutex);

Completed in 68 milliseconds