Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dthr.c825 self->ul_pleasestop = 0; in _thrp_exit()
1886 ulwp->ul_pleasestop |= whystopped; in safe_suspend()
1904 (ulwp->ul_pleasestop & whystopped)) { in safe_suspend()
1991 self->ul_pleasestop = 0; in _thrp_suspend()
2216 while (self->ul_pleasestop || in do_exit_critical()
2223 while (self->ul_pleasestop) { in do_exit_critical()
2231 self->ul_pleasestop); in do_exit_critical()
/titanic_44/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c516 mdb_printf(ulwp.ul_pleasestop? "0x%-8x " : "%-10d ", in d_ulwp()
517 ulwp.ul_pleasestop); in d_ulwp()
/titanic_44/usr/src/lib/libc/inc/
H A Dthr_uberdata.h686 #define ul_pleasestop ul_cp.s.pleasestop /* lwp requested to stop */ macro