Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dthr.c1820 if (ulwp->ul_stopping) { /* he is stopping himself */ in force_continue()
1825 if (!ulwp->ul_stopping) /* he is running now */ in force_continue()
1875 ulwp->ul_stopping) { in safe_suspend()
1934 if (!ulwp->ul_stopping || !(ulwp->ul_stop & whystopped)) in safe_suspend()
2000 self->ul_stopping = 1; in _thrp_suspend()
2038 self->ul_stopping = 0; in _thrp_suspend()
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h590 char ul_stopping; /* set by curthread: stopping self */ member
1046 char ul_stopping; /* set by curthread: stopping self */ member
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c530 ulwp.ul_stopping, in d_ulwp()