Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c42 int thr_flg_nolock = 0; variable
H A Dexternal.c328 thr_flg_nolock = THR_FLG_NOLOCK; in get_lcinterface()
H A Dutil.c3201 if (rt_bind_guard(THR_FLG_RTLD | thr_flg_nolock | flags)) { in enter()
3202 if (!thr_flg_nolock) in enter()
3454 if (!thr_flg_nolock) in leave()
3456 (void) rt_bind_clear(THR_FLG_RTLD | thr_flg_nolock | flags); in leave()
H A D_rtld.h549 extern int thr_flg_nolock;