Home
last modified time | relevance | path

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

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