Searched refs:Affinity (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 136 uint64_t Affinity; 179 G.Affinity = El.GroupInfo[J].ActiveProcessorMask; 218 NewG.Affinity = ProcessAffinityMask; 286 GROUP_AFFINITY Affinity{}; 287 Affinity.Group = Groups[*Socket].ID; 288 Affinity.Mask = Groups[*Socket].Affinity; 289 SetThreadGroupAffinity(GetCurrentThread(), &Affinity, nullptr); 293 GROUP_AFFINITY Affinity{}; 294 GetThreadGroupAffinity(GetCurrentThread(), &Affinity); 302 return G.ID < Affinity.Group ? G.AllThreads : 0; [all …]
|
| /freebsd-13.1/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", 344 "%1$s: Affinity not capable, using pthread info", 345 "%1$s: Affinity capable, using pthread info", 358 "%1$s: Affinity balanced is not available.", 379 "%1$s: Affinity capable, using hwloc.", [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 159 # Aff -- Affinity messages. 315 AffCapableUseCpuinfo "%1$s: Affinity capable, using cpuinfo file" 316 AffUseGlobCpuid "%1$s: Affinity capable, using global cpuid info" 318 AffNotCapableUseLocCpuid "%1$s: Affinity not capable, using local cpuid info" 319 AffNotCapableUseCpuinfo "%1$s: Affinity not capable, using cpuinfo file" 320 AffFlatTopology "%1$s: Affinity not capable, assuming \"flat\" topology" 406 AffNotCapableUsePthread "%1$s: Affinity not capable, using pthread info" 407 AffUsePthread "%1$s: Affinity capable, using pthread info" 420 AffBalancedNotAvail "%1$s: Affinity balanced is not available." 442 AffUsingHwloc "%1$s: Affinity capable, using hwloc." [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Host.cpp | 1365 cpu_set_t Affinity, Enabled; in computeHostNumPhysicalCores() local 1366 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) != 0) in computeHostNumPhysicalCores() 1400 if (CPU_ISSET(CurProcessor, &Affinity)) in computeHostNumPhysicalCores() 1408 cpu_set_t Affinity; in computeHostNumPhysicalCores() local 1409 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) == 0) in computeHostNumPhysicalCores() 1410 return CPU_COUNT(&Affinity); in computeHostNumPhysicalCores()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 333 PointerAffinity Affinity = PointerAffinity::None; member 466 PointerAffinity Affinity = PointerAffinity::None; member 550 PointerAffinity Affinity = PointerAffinity::None; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 205 else if (Affinity == PointerAffinity::Pointer) in output() 510 switch (Affinity) { in outputPre()
|
| H A D | MicrosoftDemangle.cpp | 2017 std::tie(Pointer->Quals, Pointer->Affinity) = in demanglePointerType() 2035 std::tie(Pointer->Quals, Pointer->Affinity) = in demangleMemberPointerType() 2037 assert(Pointer->Affinity == PointerAffinity::Pointer); in demangleMemberPointerType() 2254 TPRN->Affinity = PointerAffinity::Pointer; in demangleTemplateParameterList() 2261 TPRN->Affinity = PointerAffinity::Reference; in demangleTemplateParameterList()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp.h.var | 447 /* OpenMP 5.0 Affinity Format */
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | CONTRIBUTING.md | 218 …* On Windows, you can "Set Processor Affinity" using https://www.thewindowsclub.com/processor-affi…
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 950 SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT 4175 New notification type for System Resource Affinity change events.
|