HomeSort by: relevance | last modified time | path
    Searched refs:CI_STOPPED (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/vax/
db_machdep.c 98 ci->ci_flags |= CI_STOPPED;
99 while (ci->ci_flags & CI_STOPPED)
116 ci->ci_flags &= ~CI_STOPPED;
615 if ((ci != curcpu()) && ((ci->ci_flags & CI_STOPPED) == 0))
  /src/sys/arch/vax/include/
cpu.h 152 #define CI_STOPPED 4 /* Stopped (in debugger) */

Completed in 12 milliseconds