HomeSort by: relevance | last modified time | path
    Searched defs:DEBUGGER_THREADING (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/platform/
acfreebsd.h 203 #ifdef DEBUGGER_THREADING
204 #undef DEBUGGER_THREADING
205 #endif /* DEBUGGER_THREADING */
207 #define DEBUGGER_THREADING 0 /* integrated with DDB */
acdragonfly.h 182 #ifdef DEBUGGER_THREADING
183 #undef DEBUGGER_THREADING
184 #endif /* DEBUGGER_THREADING */
185 #define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED /* integrated with DDB */
acnetbsd.h 226 #ifdef DEBUGGER_THREADING
227 #undef DEBUGGER_THREADING
228 #endif /* DEBUGGER_THREADING */
229 #define DEBUGGER_THREADING 0 /* integrated with DDB */
acefi.h 159 #ifndef DEBUGGER_THREADING
160 #define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED
161 #endif /* !DEBUGGER_THREADING */
acenv.h 166 /* Types for DEBUGGER_THREADING */
462 #ifndef DEBUGGER_THREADING
464 #define DEBUGGER_THREADING DEBUGGER_MULTI_THREADED
467 #define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED
469 #endif /* !DEBUGGER_THREADING */

Completed in 109 milliseconds