Searched refs:mutex_rcount (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dsynch32.h38 #define mutex_rcount flags.mbcp_type_un.mtype_rcount.count_type2 macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dsynch32.h38 #define mutex_rcount flags.mbcp_type_un.mtype_rcount.count_type1 macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dassfail.c221 } else if (mcopy.mutex_rcount) {
223 ultos((uint64_t)mcopy.mutex_rcount, 10, buf + strlen(buf));
H A Dsynch.c1906 if (mp->mutex_rcount == RECURSION_MAX) {
1910 mp->mutex_rcount++;
2457 if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) {
2458 mp->mutex_rcount--;
2528 if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) {
2529 mp->mutex_rcount--;
2569 if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) {
2570 mp->mutex_rcount--;
2585 if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) {
2586 mp->mutex_rcount
[all...]
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2533 si_p->si_rcount = generic_so.lock.mutex_rcount;
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1069 suword8_noerr(&lp->mutex_rcount, 0);

Completed in 62 milliseconds