Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sparc/sys/
H A Dsynch32.h51 #define mutex_ownerpid lock.lock32.ownerpid macro
/titanic_50/usr/src/uts/intel/sys/
H A Dsynch32.h51 #define mutex_ownerpid lock.lock32.ownerpid macro
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsynch.c1022 if (mp->mutex_ownerpid == udp->pid) { in mutex_lock_kernel()
1081 if (mp->mutex_ownerpid == udp->pid) { in mutex_trylock_kernel()
1476 mp->mutex_ownerpid = udp->pid; in mutex_trylock_process()
1513 mp->mutex_ownerpid = udp->pid; in mutex_trylock_process()
1552 mp->mutex_ownerpid = udp->pid; in mutex_trylock_process()
1746 mp->mutex_ownerpid = 0; in mutex_unlock_process()
2194 mp->mutex_ownerpid = udp->pid; in fast_process_lock()
2841 return (MUTEX_OWNED(mp, self) && mp->mutex_ownerpid == udp->pid); in shared_mutex_held()
2939 mp->mutex_ownerpid = self->ul_uberdata->pid; in pthread_spin_trylock()
2975 mp->mutex_ownerpid = self->ul_uberdata->pid; in pthread_spin_lock()
[all …]
H A Dassfail.c244 ultos((uint64_t)mcopy.mutex_ownerpid, 10, buf + strlen(buf)); in lock_error()
/titanic_50/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1037 suword32_noerr(&lp->mutex_ownerpid, pid); in set_owner_pid()
2886 fuword32_noerr(&lp->mutex_ownerpid, (uint32_t *)&owner_pid); in lwp_mutex_cleanup()
/titanic_50/usr/src/lib/libc_db/common/
H A Dthread_db.c2538 generic_so.lock.mutex_ownerpid; in sync_get_info_common()