Searched defs:thisthread (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c46 int thisthread = t == curthread; local
49 if (thisthread)
96 if (thisthread)
111 if (thisthread)
132 if (thisthread)
140 if (thisthread)
152 if (thisthread)
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c819 int thisthread = t == curthread; local
840 if (thisthread)
844 if (thisthread) {
870 if (thisthread)
874 if (thisthread) {
H A Darchdep.c449 int thisthread = lwptot(lwp) == curthread; local
468 if (thisthread)
481 if (thisthread)
502 int thisthread = lwptot(lwp) == curthread; local
504 if (thisthread)
517 if (thisthread)
705 int thisthread = lwptot(lwp) == curthread; local
709 if (thisthread)
738 if (thisthread)
761 if (thisthread)
[all...]

Completed in 48 milliseconds