Searched refs:Affinity (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Threading.inc | 131 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 D | Threading.inc | 336 cpu_set_t Affinity, Enabled; 337 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) != 0) 371 if (CPU_ISSET(CurProcessor, &Affinity)) 383 cpu_set_t Affinity; 384 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) == 0) 385 return CPU_COUNT(&Affinity); 387 // The call to sched_getaffinity() may have failed because the Affinity
|
/freebsd/lib/libomp/ |
H A D | kmp_i18n_default.inc | 267 "%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", 332 "%1$s: Affinity capable, using global cpuid leaf 11 info", 333 "%1$s: Affinity not capable, using local cpuid leaf 11 info", 346 "%1$s: Affinity not capable, using pthread info", 347 "%1$s: Affinity capable, using pthread info", [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 159 # Aff -- Affinity messages. 316 AffCapableUseCpuinfo "%1$s: Affinity capable, using cpuinfo file" 317 AffUseGlobCpuid "%1$s: Affinity capable, using global cpuid info" 318 AffCapableUseFlat "%1$s: Affinity capable, using default \"flat\" topology" 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" 394 OBSOLETE "%1$s: Affinity capable, using global cpuid leaf 11 info" 395 OBSOLETE "%1$s: Affinity not capable, using local cpuid leaf 11 info" 409 AffNotCapableUsePthread "%1$s: Affinity no [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 330 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 D | MicrosoftDemangleNodes.cpp | 203 else if (Affinity == PointerAffinity::Pointer) in output() 508 switch (Affinity) { in outputPre()
|
H A D | MicrosoftDemangle.cpp | 2082 std::tie(Pointer->Quals, Pointer->Affinity) = in demanglePointerType() 2101 std::tie(Pointer->Quals, Pointer->Affinity) = in demangleMemberPointerType() 2103 assert(Pointer->Affinity == PointerAffinity::Pointer); in demangleMemberPointerType() 2339 TPRN->Affinity = PointerAffinity::Pointer; in demangleTemplateParameterList() 2346 TPRN->Affinity = PointerAffinity::Reference; in demangleTemplateParameterList()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp.h.var | 460 /* OpenMP 5.0 Affinity Format */
|
/freebsd/sys/contrib/zstd/ |
H A D | CONTRIBUTING.md | 254 …* On Windows, you can "Set Processor Affinity" using https://www.thewindowsclub.com/processor-affi…
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 380 Added a new subtable type for ACPI 6.4 SRAT Generic Port Affinity. It 382 Affinity type. 1520 SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT 4745 New notification type for System Resource Affinity change events.
|