Searched refs:mutex_type (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dlwp_cond.c42 if (mp->mutex_type & (PTHREAD_PRIO_INHERIT|PTHREAD_PRIO_PROTECT))
58 if (mp->mutex_type & (PTHREAD_PRIO_INHERIT|PTHREAD_PRIO_PROTECT))
/illumos-gate/usr/src/uts/intel/sys/
H A Dsynch32.h37 #define mutex_type flags.mbcp_type_un.mtype_rcount.count_type1 macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dsynch32.h37 #define mutex_type flags.mbcp_type_un.mtype_rcount.count_type2 macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c169 mp->mutex_type = (uint8_t)type;
172 } else if (type != mp->mutex_type ||
183 mp->mutex_type = (uint8_t)type;
986 int mtype = mp->mutex_type;
1060 int mtype = mp->mutex_type;
1259 ASSERT(!(mp->mutex_type & USYNC_PROCESS));
1268 ASSERT(mp->mutex_type & LOCK_ROBUST);
1362 ASSERT(mp->mutex_type & LOCK_ROBUST);
1387 ASSERT(mp->mutex_type & LOCK_ROBUST);
1408 ASSERT(mp->mutex_type
[all...]
H A Dpthr_mutex.c216 * translate to bits in the mutex_type field.
247 if (!(mp->mutex_type & PTHREAD_PRIO_PROTECT) ||
H A Dassfail.c235 else if (!(mcopy.mutex_type & USYNC_PROCESS)) {
H A Drwlock.c218 rwlp->mutex.mutex_type = (uint8_t)type;
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1203 fuword8_noerr(&lp->mutex_type, (uint8_t *)&type);
1204 suword8_noerr(&lp->mutex_type, type);
1524 fuword8_noerr(&lp->mutex_type, (uint8_t *)&type);
1525 suword8_noerr(&lp->mutex_type, type);
1653 fuword8_noerr(&mp->mutex_type, (uint8_t *)&mtype);
1654 suword8_noerr(&mp->mutex_type, mtype);
2423 fuword8_noerr(&mp->mutex_type, (uint8_t *)&mtype);
2425 suword8_noerr(&mp->mutex_type, mtype);
2996 fuword8_noerr(&lp->mutex_type, &type);
2997 suword8_noerr(&lp->mutex_type, typ
[all...]
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2526 (generic_so.lock.mutex_type & USYNC_PROCESS);
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c576 synch_type(pri, mutex.mutex_type));

Completed in 104 milliseconds