Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c170 mp->mutex_type = (uint8_t)type; in mutex_init()
184 mp->mutex_type = (uint8_t)type; in mutex_init()
987 int mtype = mp->mutex_type; in mutex_lock_kernel()
1061 int mtype = mp->mutex_type; in mutex_trylock_kernel()
2049 int mtype = mp->mutex_type; in mutex_lock_internal()
2232 int mtype = mp->mutex_type; in mutex_lock_impl()
2386 int mtype = mp->mutex_type; in mutex_trylock()
2453 int mtype = mp->mutex_type; in mutex_unlock_internal()
2516 int mtype = mp->mutex_type; in mutex_unlock()
3363 int mtype = mp->mutex_type; in cond_sleep_kernel()
[all …]
H A Dpthr_mutex.c305 if (!(mp->mutex_type & PTHREAD_PRIO_PROTECT) || in pthread_mutex_setprioceiling()
H A Dassfail.c219 else if (!(mcopy.mutex_type & USYNC_PROCESS)) { in lock_error()
H A Drwlock.c218 rwlp->mutex.mutex_type = (uint8_t)type; in rwlock_init()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1202 fuword8_noerr(&lp->mutex_type, (uint8_t *)&type); in lwp_mutex_timedlock()
1203 suword8_noerr(&lp->mutex_type, type); in lwp_mutex_timedlock()
1523 fuword8_noerr(&lp->mutex_type, (uint8_t *)&type); in lwp_mutex_wakeup()
1524 suword8_noerr(&lp->mutex_type, type); in lwp_mutex_wakeup()
1653 suword8_noerr(&mp->mutex_type, mtype); in lwp_cond_wait()
2424 suword8_noerr(&mp->mutex_type, mtype); in lwp_rwlock_lock()
2995 fuword8_noerr(&lp->mutex_type, &type); in lwp_mutex_register()
2996 suword8_noerr(&lp->mutex_type, type); in lwp_mutex_register()
3058 fuword8_noerr(&lp->mutex_type, (uint8_t *)&type); in lwp_mutex_trylock()
3059 suword8_noerr(&lp->mutex_type, type); in lwp_mutex_trylock()
[all …]
/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/cmd/mdb/common/modules/libc/
H A Dlibc.c1586 mdb_printf("%-16p %4x %4x %4s ", addr, mutex.mutex_type, in d_mutex()
1624 if (!(mutex.mutex_type & LOCK_SHARED)) { in d_mutex()
1629 if ((mutex.mutex_type & tvals[i].val) != 0) { in d_mutex()
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2520 (generic_so.lock.mutex_type & USYNC_PROCESS); in sync_get_info_common()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c572 synch_type(pri, mutex.mutex_type)); in show_mutex()