Searched refs:LOCK_INITED (Results 1 – 5 of 5) sorted by relevance
153 #define LOCK_INITED 0x4 macro
170 if (!(mp->mutex_flag & LOCK_INITED)) { in mutex_init()172 atomic_or_16(&mp->mutex_flag, LOCK_INITED); in mutex_init()186 mp->mutex_flag = LOCK_INITED; in mutex_init()489 qp->qh_lock.mutex_flag = LOCK_INITED; in queue_alloc()2921 (mp->mutex_flag & LOCK_INITED) && in mutex_consistent()2945 mp->mutex_flag = LOCK_INITED; in pthread_spin_init()
707 rwlp->mutex.mutex_flag = LOCK_INITED; in signal_init()
220 rwlp->mutex.mutex_flag = LOCK_INITED; in rwlock_init()
1600 htp->hash_lock.mutex_flag = LOCK_INITED; in finish_init()1680 qp->qh_lock.mutex_flag = LOCK_INITED; in postfork1_child()