Home
last modified time | relevance | path

Searched refs:Affinity (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc131 uint64_t Affinity;
190 G.Affinity = El.GroupInfo[J].ActiveProcessorMask;
235 NewG.Affinity = ProcessAffinityMask;
307 GROUP_AFFINITY Affinity{};
308 Affinity.Group = Groups[*Socket].ID;
309 Affinity.Mask = Groups[*Socket].Affinity;
310 SetThreadGroupAffinity(GetCurrentThread(), &Affinity, nullptr);
314 GROUP_AFFINITY Affinity{};
315 GetThreadGroupAffinity(GetCurrentThread(), &Affinity);
323 return G.ID < Affinity.Group ? G.AllThreads : 0;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc333 cpu_set_t Affinity, Enabled;
334 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) != 0)
368 if (CPU_ISSET(CurProcessor, &Affinity))
380 cpu_set_t Affinity;
381 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) == 0)
382 return CPU_COUNT(&Affinity);
384 // The call to sched_getaffinity() may have failed because the Affinity
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc267 "%1$s: Affinity capable, using cpuinfo file",
268 "%1$s: Affinity capable, using global cpuid info",
269 "%1$s: Affinity capable, using default \"flat\" topology",
270 "%1$s: Affinity not capable, using local cpuid info",
271 "%1$s: Affinity not capable, using cpuinfo file",
272 "%1$s: Affinity not capable, assuming \"flat\" topology",
346 "%1$s: Affinity not capable, using pthread info",
347 "%1$s: Affinity capable, using pthread info",
360 "%1$s: Affinity balanced is not available.",
381 "%1$s: Affinity capable, using hwloc.",
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt159 # Aff -- Affinity messages.
316 AffCapableUseCpuinfo "%1$s: Affinity capable, using cpuinfo file"
317 AffUseGlobCpuid "%1$s: Affinity capable, using global cpuid info"
319 AffNotCapableUseLocCpuid "%1$s: Affinity not capable, using local cpuid info"
320 AffNotCapableUseCpuinfo "%1$s: Affinity not capable, using cpuinfo file"
321 AffFlatTopology "%1$s: Affinity not capable, assuming \"flat\" topology"
409 AffNotCapableUsePthread "%1$s: Affinity not capable, using pthread info"
410 AffUsePthread "%1$s: Affinity capable, using pthread info"
423 AffBalancedNotAvail "%1$s: Affinity balanced is not available."
445 AffUsingHwloc "%1$s: Affinity capable, using hwloc."
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h330 PointerAffinity Affinity = PointerAffinity::None; member
463 PointerAffinity Affinity = PointerAffinity::None; member
548 PointerAffinity Affinity = PointerAffinity::None; member
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp203 else if (Affinity == PointerAffinity::Pointer) in output()
508 switch (Affinity) { in outputPre()
H A DMicrosoftDemangle.cpp2069 std::tie(Pointer->Quals, Pointer->Affinity) = in demanglePointerType()
2088 std::tie(Pointer->Quals, Pointer->Affinity) = in demangleMemberPointerType()
2090 assert(Pointer->Affinity == PointerAffinity::Pointer); in demangleMemberPointerType()
2312 TPRN->Affinity = PointerAffinity::Pointer; in demangleTemplateParameterList()
2319 TPRN->Affinity = PointerAffinity::Reference; in demangleTemplateParameterList()
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var458 /* OpenMP 5.0 Affinity Format */
/freebsd/sys/contrib/zstd/
H A DCONTRIBUTING.md254 …* On Windows, you can "Set Processor Affinity" using https://www.thewindowsclub.com/processor-affi…
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt301 Added a new subtable type for ACPI 6.4 SRAT Generic Port Affinity. It
303 Affinity type.
1441 SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT
4666 New notification type for System Resource Affinity change events.