Searched refs:LOCK_RECURSIVE (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/head/ |
H A D | synch.h | 152 {{0, 0, 0, {USYNC_THREAD|LOCK_RECURSIVE}, MUTEX_MAGIC}, \ 158 {{0, 0, 0, {USYNC_THREAD|LOCK_RECURSIVE|LOCK_ERRORCHECK}, \
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | pthr_mutex.c | 290 type = LOCK_RECURSIVE | LOCK_ERRORCHECK; in pthread_mutexattr_settype() 319 case LOCK_RECURSIVE | LOCK_ERRORCHECK: in pthread_mutexattr_gettype()
|
H A D | synch.c | 111 (LOCK_RECURSIVE | LOCK_ERRORCHECK | \ 1901 ASSERT(mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK)); in mutex_recursion() 1904 if (mtype & LOCK_RECURSIVE) { in mutex_recursion() 2063 if ((mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK)) && mutex_held(mp)) in mutex_lock_internal() 2186 ASSERT((mtype & ~(USYNC_PROCESS|LOCK_RECURSIVE|LOCK_ERRORCHECK)) == 0); in fast_process_lock() 2210 if ((mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK)) && shared_mutex_held(mp)) in fast_process_lock() 2244 if (((mtype & ~(LOCK_RECURSIVE|LOCK_ERRORCHECK)) | in mutex_lock_impl() 2286 (mtype & ~(USYNC_PROCESS|LOCK_RECURSIVE|LOCK_ERRORCHECK))) == 0) { in mutex_lock_impl() 2365 if (((mtype & ~(LOCK_RECURSIVE|LOCK_ERRORCHECK)) | in mutex_trylock() 2391 (mtype & ~(USYNC_PROCESS|LOCK_RECURSIVE|LOCK_ERRORCHECK))) == 0) { in mutex_trylock() [all …]
|
H A D | c11_thr.c | 134 mtype = USYNC_THREAD | LOCK_RECURSIVE; in mtx_init()
|
H A D | thr.c | 1675 USYNC_THREAD | LOCK_RECURSIVE, NULL); in postfork1_child() 1677 USYNC_THREAD | LOCK_RECURSIVE, NULL); in postfork1_child()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | synch.h | 138 #define LOCK_RECURSIVE 0x04 /* recursive lock */ macro
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | fdsync.c | 133 USYNC_THREAD | LOCK_RECURSIVE | LOCK_ERRORCHECK, NULL); in create_block()
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | flush.c | 364 USYNC_THREAD | LOCK_RECURSIVE, NULL); in _findiop() 372 USYNC_THREAD | LOCK_RECURSIVE, NULL); in _findiop()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | expound.c | 533 (USYNC_PROCESS | LOCK_ERRORCHECK | LOCK_RECURSIVE | \ 550 if (type & LOCK_RECURSIVE) in synch_type()
|