Searched refs:Affinity (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 132 uint64_t Affinity; 191 G.Affinity = El.GroupInfo[J].ActiveProcessorMask; 236 NewG.Affinity = ProcessAffinityMask; 308 GROUP_AFFINITY Affinity{}; 309 Affinity.Group = Groups[*Socket].ID; 310 Affinity.Mask = Groups[*Socket].Affinity; 311 SetThreadGroupAffinity(GetCurrentThread(), &Affinity, nullptr); 315 GROUP_AFFINITY Affinity{}; 316 GetThreadGroupAffinity(GetCurrentThread(), &Affinity); 324 return G.ID < Affinity.Group ? G.AllThreads : 0; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 355 cpu_set_t Affinity, Enabled; 356 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) != 0) 390 if (CPU_ISSET(CurProcessor, &Affinity)) 402 cpu_set_t Affinity; 403 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) == 0) 404 return CPU_COUNT(&Affinity); 406 // 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 | 363 PointerAffinity Affinity = PointerAffinity::None; member 541 PointerAffinity Affinity = PointerAffinity::None; member 652 PointerAffinity Affinity = PointerAffinity::None; member
|
| /freebsd/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 | 2092 std::tie(Pointer->Quals, Pointer->Affinity) = in demanglePointerType() 2113 std::tie(Pointer->Quals, Pointer->Affinity) = in demangleMemberPointerType() 2115 assert(Pointer->Affinity == PointerAffinity::Pointer); in demangleMemberPointerType() 2394 TPRN->Affinity = PointerAffinity::Pointer; in demangleTemplateParameterList() 2401 TPRN->Affinity = PointerAffinity::Reference; in demangleTemplateParameterList()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-concurrency.md | 100 …king Supported | OS Resources | Timer Events | RX Steering | Core State Affinity | 137 - **Core State Affinity:** Which threads are allowed to touch the QUIC core
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp.h.var | 492 /* OpenMP 5.0 Affinity Format */
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 512 Added a new subtable type for ACPI 6.4 SRAT Generic Port Affinity. It 514 Affinity type. 1652 SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT 4877 New notification type for System Resource Affinity change events.
|