Searched refs:PR_SUSPENDED (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | lwp.c | 686 t->t_whystop = PR_SUSPENDED; in lwp_create() 912 stop(PR_SUSPENDED, SUSPEND_NORMAL); in lwp_exit() 1263 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdlwp() 1294 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdlwps() 1366 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdcheck() 1538 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdwatch()
|
H A D | sig.c | 585 stop(PR_SUSPENDED, SUSPEND_PAUSE); in issig_forreal() 621 stop(PR_SUSPENDED, SUSPEND_NORMAL); in issig_forreal() 867 if (why != PR_SUSPENDED && why != PR_CHECKPOINT) { in stop() 924 case PR_SUSPENDED: in stop() 1023 if (why == PR_JOBCONTROL || (why == PR_SUSPENDED && p->p_stopsig)) { in stop() 1125 if (why != PR_SUSPENDED) { in stop() 1150 if (why == PR_SUSPENDED) { in stop() 1183 if (why != PR_SUSPENDED && why != PR_CHECKPOINT) { in stop()
|
H A D | condvar.c | 703 stop(PR_SUSPENDED, SUSPEND_PAUSE); in cv_wait_stop() 719 stop(PR_SUSPENDED, SUSPEND_NORMAL); in cv_wait_stop()
|
H A D | sched.c | 317 t->t_whystop = PR_SUSPENDED; in sched() 493 t->t_whystop = PR_SUSPENDED; in sched()
|
H A D | aio.c | 2692 stop(PR_SUSPENDED, SUSPEND_NORMAL); in aio_cleanup_thread()
|
/titanic_50/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 311 psp->pr_why != PR_SUSPENDED) in lwplook() 469 case PR_SUSPENDED: in prwhy()
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 236 #define PR_SUSPENDED 7 macro
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 237 #define PR_SUSPENDED 7 macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | procfs.h | 234 #define PR_SUSPENDED 7
|
/titanic_50/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 825 case PR_SUSPENDED: in pctx_run()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pcontrol.c | 1752 case PR_SUSPENDED: in prldump() 1933 case PR_SUSPENDED: in Pstopstatus() 3507 case PR_SUSPENDED: in Lstopstatus()
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 387 @ MSG_PR_WHY_SUSPENDED "[ PR_SUSPENDED ]"
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 934 case PR_SUSPENDED: in gcore_prchoose()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 181 case PR_SUSPENDED: in prchoose()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1546 case PR_SUSPENDED: in pt_print_reason()
|