Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dthr.c1819 if (ulwp->ul_stopping) { /* he is stopping himself */ in force_continue()
1824 if (!ulwp->ul_stopping) /* he is running now */ in force_continue()
1874 ulwp->ul_stopping) { in safe_suspend()
1933 if (!ulwp->ul_stopping || !(ulwp->ul_stop & whystopped)) in safe_suspend()
1999 self->ul_stopping = 1; in _thrp_suspend()
2037 self->ul_stopping = 0; in _thrp_suspend()
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h590 char ul_stopping; /* set by curthread: stopping self */ member
1023 char ul_stopping; /* set by curthread: stopping self */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c532 ulwp.ul_stopping, in d_ulwp()