Symbol: LOCK_RECURSIVE
usr/src/cmd/truss/expound.c
530
(USYNC_PROCESS | LOCK_ERRORCHECK | LOCK_RECURSIVE | \
usr/src/cmd/truss/expound.c
547
if (type & LOCK_RECURSIVE)
usr/src/head/synch.h
152
{{0, 0, 0, {USYNC_THREAD|LOCK_RECURSIVE}, MUTEX_MAGIC}, \
usr/src/head/synch.h
158
{{0, 0, 0, {USYNC_THREAD|LOCK_RECURSIVE|LOCK_ERRORCHECK}, \
usr/src/lib/libc/port/stdio/flush.c
368
USYNC_THREAD | LOCK_RECURSIVE, NULL);
usr/src/lib/libc/port/stdio/flush.c
376
USYNC_THREAD | LOCK_RECURSIVE, NULL);
usr/src/lib/libc/port/threads/c11_thr.c
134
mtype = USYNC_THREAD | LOCK_RECURSIVE;
usr/src/lib/libc/port/threads/pthr_mutex.c
240
type = LOCK_RECURSIVE | LOCK_ERRORCHECK;
usr/src/lib/libc/port/threads/synch.c
114
(LOCK_RECURSIVE | LOCK_ERRORCHECK | \
usr/src/lib/libc/port/threads/synch.c
1904
ASSERT(mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK));
usr/src/lib/libc/port/threads/synch.c
1907
if (mtype & LOCK_RECURSIVE) {
usr/src/lib/libc/port/threads/synch.c
2066
if ((mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK)) && mutex_held(mp))
usr/src/lib/libc/port/threads/synch.c
2189
ASSERT((mtype & ~(USYNC_PROCESS|LOCK_RECURSIVE|LOCK_ERRORCHECK)) == 0);
usr/src/lib/libc/port/threads/synch.c
2213
if ((mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK)) && shared_mutex_held(mp))
usr/src/lib/libc/port/threads/synch.c
2247
if (((mtype & ~(LOCK_RECURSIVE|LOCK_ERRORCHECK)) |
usr/src/lib/libc/port/threads/synch.c
2296
(mtype & ~(USYNC_PROCESS|LOCK_RECURSIVE|LOCK_ERRORCHECK))) == 0) {
usr/src/lib/libc/port/threads/synch.c
2338
attr != (LOCK_ERRORCHECK | LOCK_RECURSIVE)) {
usr/src/lib/libc/port/threads/synch.c
2431
if (((mtype & ~(LOCK_RECURSIVE|LOCK_ERRORCHECK)) |
usr/src/lib/libc/port/threads/synch.c
2457
(mtype & ~(USYNC_PROCESS|LOCK_RECURSIVE|LOCK_ERRORCHECK))) == 0) {
usr/src/lib/libc/port/threads/synch.c
2499
if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) {
usr/src/lib/libc/port/threads/synch.c
2561
if (((mtype & ~(LOCK_RECURSIVE|LOCK_ERRORCHECK)) |
usr/src/lib/libc/port/threads/synch.c
2570
if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) {
usr/src/lib/libc/port/threads/synch.c
2604
if ((mtype & ~(LOCK_RECURSIVE|LOCK_ERRORCHECK)) == 0) {
usr/src/lib/libc/port/threads/synch.c
2611
if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) {
usr/src/lib/libc/port/threads/synch.c
2619
~(USYNC_PROCESS|LOCK_RECURSIVE|LOCK_ERRORCHECK)) == 0) {
usr/src/lib/libc/port/threads/synch.c
2627
if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) {
usr/src/lib/libc/port/threads/synch.c
2650
attr != (LOCK_ERRORCHECK | LOCK_RECURSIVE)) {
usr/src/lib/libc/port/threads/synch.c
3524
if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0)
usr/src/lib/libc/port/threads/thr.c
1671
USYNC_THREAD | LOCK_RECURSIVE, NULL);
usr/src/lib/libc/port/threads/thr.c
1673
USYNC_THREAD | LOCK_RECURSIVE, NULL);
usr/src/lib/libnsl/rpc/fdsync.c
131
USYNC_THREAD | LOCK_RECURSIVE | LOCK_ERRORCHECK, NULL);
usr/src/lib/varpd/libvarpd/common/libvarpd_plugin.c
223
if (mutex_init(&varpd_load_lock, USYNC_THREAD | LOCK_RECURSIVE |
usr/src/test/libc-tests/tests/mutex-16200.c
108
.mt_type = USYNC_THREAD | LOCK_RECURSIVE,
usr/src/test/libc-tests/tests/mutex-16200.c
113
.mt_type = USYNC_THREAD | LOCK_RECURSIVE | LOCK_ERRORCHECK,
usr/src/test/libc-tests/tests/mutex-16200.c
123
.mt_type = USYNC_THREAD | LOCK_RECURSIVE | LOCK_ERRORCHECK,