Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Drwlock.c737 if (self->ul_error_detection) in rw_rdlock_impl()
823 if (self->ul_error_detection) in rw_wrlock_impl()
834 if (self->ul_error_detection) in rw_wrlock_impl()
1033 if (self->ul_error_detection) in rw_unlock()
1057 if (self->ul_error_detection) in rw_unlock()
1077 if (self->ul_error_detection) in rw_unlock()
H A Dsynch.c2066 if (self->ul_error_detection && try == MUTEX_LOCK && in mutex_lock_internal()
2234 self->ul_error_detection && self->ul_misaligned == 0) in mutex_lock_impl()
2430 if (self->ul_error_detection && !mutex_held(mp)) in mutex_unlock_internal()
3267 if (self->ul_error_detection && self->ul_misaligned == 0) in cond_wait_queue()
3354 if (self->ul_error_detection && self->ul_misaligned == 0) in cond_wait_kernel()
3432 if (self->ul_error_detection) { in cond_wait_common()
H A Dthr.c615 ulwp->ul_error_detection = self->ul_error_detection; in _thrp_create()
1467 self->ul_error_detection = (char)thread_error_detection; in libc_init()
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h603 char ul_error_detection; /* thread_error_detection */ member
1036 char ul_error_detection; /* thread_error_detection */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c552 ulwp.ul_error_detection, in d_ulwp()