Home
last modified time | relevance | path

Searched refs:THR_FLG_NOLOCK (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libc/inc/
H A Dlibc_int.h68 #define THR_FLG_NOLOCK 0x00000002 /* don't use ld.so.1's lock */ macro
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c327 thr_flg_nolock = THR_FLG_NOLOCK; in get_lcinterface()
H A D_rtld.h354 #define THR_FLG_NOLOCK 0x00000000 /* no-op before CI_V_FIVE */ macro
/titanic_41/usr/src/lib/libc/port/threads/
H A Dthr.c2269 if ((flags & (THR_FLG_NOLOCK | THR_FLG_REENTER)) == THR_FLG_NOLOCK) { in _ti_bind_guard()
2294 if ((flags & (THR_FLG_NOLOCK | THR_FLG_REENTER)) == THR_FLG_NOLOCK) { in _ti_bind_clear()