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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 343 // A Processor represents a physical thread, or a P for Go.
348 // In Go it is tied to a P, so there are significantly fewer Processor's than
350 // A ThreadState must be wired with a Processor to handle events.
351 struct Processor {
364 // ScopedGlobalProcessor temporary setups a global processor for the current
366 // at the very thread end, when we already destroyed the thread processor.
434 // Current wired Processor, or nullptr. Required to handle any events.
435 Processor *proc1;
437 Processor *proc() { return proc1; }
439 Processor *proc()
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 365 /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */
639 ACPI_OBJECT_PROCESSOR Processor;
actypes.h 216 * processor, and may be 16-bit, 32-bit, or 64-bit as required. They are
282 * In the case of the Itanium Processor Family (IPF), the hardware does not
1125 } Processor;
1398 /* Structures used for device/processor HID, UID, CID */

Completed in 15 milliseconds