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

/illumos-gate/usr/src/uts/intel/sys/
H A Dsynch32.h51 #define mutex_ownerpid lock.lock32.ownerpid macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dsynch32.h51 #define mutex_ownerpid lock.lock32.ownerpid macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c317 * The mutex_ownerpid field is cleared along with the lock byte.
335 * Here, we attempt to set the lock byte AND the mutex_ownerpid, keeping
339 * mutex_ownerpid had not yet been set. If the process were to die in
979 * Returns with mutex_owner and mutex_ownerpid set correctly.
1022 if (mp->mutex_ownerpid == udp->pid) {
1053 * Returns with mutex_owner and mutex_ownerpid set correctly.
1081 if (mp->mutex_ownerpid == udp->pid) {
1433 * and mutex_ownerpid set to the current pid.
1476 mp->mutex_ownerpid = udp->pid;
1485 /* mp->mutex_ownerpid wa
[all...]
H A Dassfail.c244 ultos((uint64_t)mcopy.mutex_ownerpid, 10, buf + strlen(buf));
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1041 suword32_noerr(&lp->mutex_ownerpid, pid);
2902 fuword32_noerr(&lp->mutex_ownerpid, (uint32_t *)&owner_pid);
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2538 generic_so.lock.mutex_ownerpid;

Completed in 86 milliseconds