Searched refs:mutex_flag (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dsynch32.h35 #define mutex_flag flags.flag1 macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dsynch32.h35 #define mutex_flag flags.flag1 macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c168 if (!(mp->mutex_flag & LOCK_INITED)) {
170 atomic_or_16(&mp->mutex_flag, LOCK_INITED);
184 mp->mutex_flag = LOCK_INITED;
487 qp->qh_lock.mutex_flag = LOCK_INITED;
1267 if (mp->mutex_flag & LOCK_NOTRECOVERABLE) {
1361 if (error == 0 && (mp->mutex_flag & LOCK_NOTRECOVERABLE)) {
1386 if (mp->mutex_flag & LOCK_OWNERDEAD) {
1462 if (mp->mutex_flag & LOCK_NOTRECOVERABLE) {
1567 if (error == 0 && (mp->mutex_flag & LOCK_NOTRECOVERABLE)) {
1593 if (mp->mutex_flag
[all...]
H A Dsigaction.c697 rwlp->mutex.mutex_flag = LOCK_INITED;
H A Drwlock.c219 rwlp->mutex.mutex_flag = LOCK_INITED;
H A Dthr.c1573 htp->hash_lock.mutex_flag = LOCK_INITED;
1653 qp->qh_lock.mutex_flag = LOCK_INITED;
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c744 fuword16_noerr(&lp->mutex_flag, &flag);
882 * Now, need to read the user-level lp->mutex_flag to do the following:
889 * Now, either lp->mutex_flag is readable or it's not. If not
901 fuword16_noerr(&lp->mutex_flag, &flag);
1008 fuword16_noerr(&lp->mutex_flag, &flag);
1015 suword16_noerr(&lp->mutex_flag, flag);
1062 fuword16_noerr(&lp->mutex_flag, &flag);
1066 suword16_noerr(&lp->mutex_flag, flag);
1237 fuword16_noerr(&lp->mutex_flag, &flag);
1338 fuword16_noerr(&lp->mutex_flag,
[all...]
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2527 (void) memcpy(si_p->si_flags, &generic_so.lock.mutex_flag,
2528 sizeof (generic_so.lock.mutex_flag));

Completed in 89 milliseconds