Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dsynch.c169 mp->mutex_type = (uint8_t)type; in mutex_init()
172 } else if (type != mp->mutex_type || in mutex_init()
183 mp->mutex_type = (uint8_t)type; in mutex_init()
986 int mtype = mp->mutex_type; in mutex_lock_kernel()
1060 int mtype = mp->mutex_type; in mutex_trylock_kernel()
1259 ASSERT(!(mp->mutex_type & USYNC_PROCESS)); in mutex_trylock_adaptive()
1268 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
1362 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
1387 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
1408 ASSERT(mp->mutex_type == USYNC_THREAD); in mutex_queuelock_adaptive()
[all …]
H A Dpthr_mutex.c247 if (!(mp->mutex_type & PTHREAD_PRIO_PROTECT) || in pthread_mutex_setprioceiling()
H A Dassfail.c235 else if (!(mcopy.mutex_type & USYNC_PROCESS)) { in lock_error()
H A Drwlock.c218 rwlp->mutex.mutex_type = (uint8_t)type; in rwlock_init()
/titanic_50/usr/src/lib/libc/port/sys/
H A Dlwp_cond.c42 if (mp->mutex_type & (PTHREAD_PRIO_INHERIT|PTHREAD_PRIO_PROTECT)) in _lwp_cond_wait()
58 if (mp->mutex_type & (PTHREAD_PRIO_INHERIT|PTHREAD_PRIO_PROTECT)) in _lwp_cond_reltimedwait()
/titanic_50/usr/src/uts/sparc/sys/
H A Dsynch32.h37 #define mutex_type flags.mbcp_type_un.mtype_rcount.count_type2 macro
/titanic_50/usr/src/uts/intel/sys/
H A Dsynch32.h37 #define mutex_type flags.mbcp_type_un.mtype_rcount.count_type1 macro
/titanic_50/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1199 fuword8_noerr(&lp->mutex_type, (uint8_t *)&type); in lwp_mutex_timedlock()
1200 suword8_noerr(&lp->mutex_type, type); in lwp_mutex_timedlock()
1508 fuword8_noerr(&lp->mutex_type, (uint8_t *)&type); in lwp_mutex_wakeup()
1509 suword8_noerr(&lp->mutex_type, type); in lwp_mutex_wakeup()
1637 fuword8_noerr(&mp->mutex_type, (uint8_t *)&mtype); in lwp_cond_wait()
1638 suword8_noerr(&mp->mutex_type, mtype); in lwp_cond_wait()
2407 fuword8_noerr(&mp->mutex_type, (uint8_t *)&mtype); in lwp_rwlock_lock()
2409 suword8_noerr(&mp->mutex_type, mtype); in lwp_rwlock_lock()
2980 fuword8_noerr(&lp->mutex_type, &type); in lwp_mutex_register()
2981 suword8_noerr(&lp->mutex_type, type); in lwp_mutex_register()
[all …]
/titanic_50/usr/src/lib/libc_db/common/
H A Dthread_db.c2526 (generic_so.lock.mutex_type & USYNC_PROCESS); in sync_get_info_common()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c576 synch_type(pri, mutex.mutex_type)); in show_mutex()