Home
last modified time | relevance | path

Searched refs:THR_FLG_RTLD (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libc/inc/
H A Dlibc_int.h67 #define THR_FLG_RTLD 0x00000001 /* bind_guard() flag */ macro
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c442 bindflag = (flags & THR_FLG_RTLD); in rt_bind_guard()
460 bindflag = (flags & THR_FLG_RTLD); in rt_bind_clear()
H A D_rtld.h353 #define THR_FLG_RTLD 0x00000001 /* rtldlock bind guard flag */ macro
H A Dutil.c3194 if (rt_bind_guard(THR_FLG_RTLD | thr_flg_nolock | flags)) { in enter()
3446 if (rt_bind_clear(0) & THR_FLG_RTLD) { in leave()
3449 (void) rt_bind_clear(THR_FLG_RTLD | thr_flg_nolock | flags); in leave()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dthr.c2264 int bindflag = (flags & THR_FLG_RTLD); in _ti_bind_guard()
2286 int bindflag = (flags & THR_FLG_RTLD); in _ti_bind_clear()
2314 if ((self->ul_bindflags & THR_FLG_RTLD) == 0 || level == 0) in _ti_critical()