Home
last modified time | relevance | path

Searched refs:CI_THR_SELF (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthread_interface.c43 {CI_THR_SELF, (int(*)())_ti_thr_self},
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc_int.h43 #define CI_THR_SELF 6 /* thr_self() address */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c299 case CI_THR_SELF: in get_lcinterface()
508 if ((fptr = (thread_t (*)())glcs[CI_THR_SELF].lc_un.lc_func) != NULL) in rt_thr_self()