Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc_int.h69 #define THR_FLG_REENTER 0x00000004 /* temporary leave / reenter */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c329 thr_flg_reenter = THR_FLG_REENTER; in get_lcinterface()
H A D_rtld.h355 #define THR_FLG_REENTER 0x00000000 /* no-op before CI_V_FIVE */ macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c2271 if ((flags & (THR_FLG_NOLOCK | THR_FLG_REENTER)) == THR_FLG_NOLOCK) { in _ti_bind_guard()
2296 if ((flags & (THR_FLG_NOLOCK | THR_FLG_REENTER)) == THR_FLG_NOLOCK) { in _ti_bind_clear()