Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c41 int thr_flg_nolock = 0; variable
H A Dexternal.c327 thr_flg_nolock = THR_FLG_NOLOCK; in get_lcinterface()
H A Dutil.c3194 if (rt_bind_guard(THR_FLG_RTLD | thr_flg_nolock | flags)) { in enter()
3195 if (!thr_flg_nolock) in enter()
3447 if (!thr_flg_nolock) in leave()
3449 (void) rt_bind_clear(THR_FLG_RTLD | thr_flg_nolock | flags); in leave()
H A D_rtld.h549 extern int thr_flg_nolock;