Searched refs:mutex_type (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 169 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 D | pthr_mutex.c | 247 if (!(mp->mutex_type & PTHREAD_PRIO_PROTECT) || in pthread_mutex_setprioceiling()
|
H A D | assfail.c | 235 else if (!(mcopy.mutex_type & USYNC_PROCESS)) { in lock_error()
|
H A D | rwlock.c | 218 rwlp->mutex.mutex_type = (uint8_t)type; in rwlock_init()
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | lwp_cond.c | 42 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 D | synch32.h | 37 #define mutex_type flags.mbcp_type_un.mtype_rcount.count_type2 macro
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | synch32.h | 37 #define mutex_type flags.mbcp_type_un.mtype_rcount.count_type1 macro
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 1199 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 D | thread_db.c | 2526 (generic_so.lock.mutex_type & USYNC_PROCESS); in sync_get_info_common()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | expound.c | 576 synch_type(pri, mutex.mutex_type)); in show_mutex()
|