Searched refs:PRSTOP (Results 1 – 8 of 8) sorted by relevance
327 #define PRSTOP 0x100 /* Set directed stop request */ macro
328 #define PRSTOP 0x100 /* Set directed stop request */ macro
1187 if (flags & ~(PRCSIG|PRCFAULT|PRSTEP|PRSTOP|PRSABORT)) in pr_setrun()1212 if (flags & PRSTOP) { in pr_setrun()1219 if ((pcp->prc_flags & PRC_LWP) || (flags & (PRSTEP|PRSTOP))) { in pr_setrun()1231 } else if (!(flags & PRSTOP)) { in pr_setrun()
3033 if (flags & PRSTOP) in prmaprunflags()
114 #define PRSTOP 0x10 /* set directed stop request */
201 prrun.pr_flags = PRSTOP; in prb_proc_prstop()
1352 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTOP); in worker_thread()1377 flags |= PRSTOP; in worker_thread()
1427 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTOP); in function_trace()