Searched refs:ul_stopping (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1779 if (ulwp->ul_stopping) { /* he is stopping himself */
1784 if (!ulwp->ul_stopping) /* he is running now */
1834 ulwp->ul_stopping) {
1893 if (!ulwp->ul_stopping || !(ulwp->ul_stop & whystopped))
1944 * until we return from lwp_suspend() and clear ul_stopping.
1959 self->ul_stopping = 1;
1994 * until after clearing ul_stopping.
1997 self->ul_stopping = 0;
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h564 char ul_stopping; /* set by curthread: stopping self */ member in struct:ulwp
984 char ul_stopping; /* set by curthread: stopping self */ member in struct:ulwp32

Completed in 249 milliseconds