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

  /src/sys/external/bsd/acpica/dist/include/platform/
acfreebsd.h 95 #ifdef DEBUGGER_THREADING
96 #undef DEBUGGER_THREADING
97 #endif /* DEBUGGER_THREADING */
99 #define DEBUGGER_THREADING 0 /* integrated with DDB */
acnetbsd.h 118 #ifdef DEBUGGER_THREADING
119 #undef DEBUGGER_THREADING
120 #endif /* DEBUGGER_THREADING */
121 #define DEBUGGER_THREADING 0 /* integrated with DDB */
acdragonfly.h 74 #ifdef DEBUGGER_THREADING
75 #undef DEBUGGER_THREADING
76 #endif /* DEBUGGER_THREADING */
77 #define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED /* integrated with DDB */
acenv.h 58 /* Types for DEBUGGER_THREADING */
354 #ifndef DEBUGGER_THREADING
356 #define DEBUGGER_THREADING DEBUGGER_MULTI_THREADED
359 #define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED
361 #endif /* !DEBUGGER_THREADING */
acefi.h 51 #ifndef DEBUGGER_THREADING
52 #define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED
53 #endif /* !DEBUGGER_THREADING */
  /src/sys/external/bsd/acpica/dist/utilities/
utinit.c 227 AcpiGbl_DebuggerConfiguration = DEBUGGER_THREADING;

Completed in 21 milliseconds