Searched defs:curthread (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h81 #define curthread (_curthread()) /* current thread pointer */ macro
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h78 void *curthread; variable
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h531 #define curthread (threadp()) /* current thread pointer */ macro
532 #define curproc (ttoproc(curthread)) /* current process pointer */
533 #define curproj (ttoproj(curthread)) /* current project pointer */
606 #define THREAD_KPRI_REQUEST() (curthread->t_kpri_req++)
607 #define THREAD_KPRI_RELEASE() (curthread->t_kpri_req--)
608 #define THREAD_KPRI_RELEASE_N(n) (curthread->t_kpri_req -= (n))
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h176 #define curthread ((void *)(uintptr_t)thr_self()) macro
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h99 #define errno (*curthread->ul_errnop)
590 char ul_stopping; /* set by curthread: stopping self */
1055 char ul_stopping; /* set by curthread: stopping self */
1239 #define curthread (_curthread()) macro

Completed in 90 milliseconds