Home
last modified time | relevance | path

Searched refs:ul_error_detection (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c740 if (self->ul_error_detection) in rw_rdlock_impl()
826 if (self->ul_error_detection) in rw_wrlock_impl()
837 if (self->ul_error_detection) in rw_wrlock_impl()
1036 if (self->ul_error_detection) in rw_unlock()
1060 if (self->ul_error_detection) in rw_unlock()
1080 if (self->ul_error_detection) in rw_unlock()
H A Dsynch.c2068 if (self->ul_error_detection && try == MUTEX_LOCK && in mutex_lock_internal()
2236 self->ul_error_detection && self->ul_misaligned == 0) in mutex_lock_impl()
2463 if (self->ul_error_detection && !mutex_held(mp)) in mutex_unlock_internal()
3319 if (self->ul_error_detection && self->ul_misaligned == 0) in cond_wait_queue()
3406 if (self->ul_error_detection && self->ul_misaligned == 0) in cond_wait_kernel()
3484 if (self->ul_error_detection) { in cond_wait_common()
H A Dthr.c617 ulwp->ul_error_detection = self->ul_error_detection; in _thrp_create()
1474 self->ul_error_detection = (char)thread_error_detection; in libc_init()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h609 char ul_error_detection; /* thread_error_detection */ member
1076 char ul_error_detection; /* thread_error_detection */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c554 ulwp.ul_error_detection, in d_ulwp()