Searched refs:Affinity (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Threading.inc | 133 uint64_t Affinity; 176 G.Affinity = El.GroupInfo[J].ActiveProcessorMask; 215 NewG.Affinity = ProcessAffinityMask; 283 GROUP_AFFINITY Affinity{}; 284 Affinity.Group = Groups[*Socket].ID; 285 Affinity.Mask = Groups[*Socket].Affinity; 286 SetThreadGroupAffinity(GetCurrentThread(), &Affinity, nullptr); 290 GROUP_AFFINITY Affinity{}; 291 GetThreadGroupAffinity(GetCurrentThread(), &Affinity); 299 return G.ID < Affinity.Group ? G.AllThreads : 0; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Host.cpp | 1315 cpu_set_t Affinity, Enabled; in computeHostNumPhysicalCores() local 1316 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) != 0) in computeHostNumPhysicalCores() 1350 if (CPU_ISSET(CurProcessor, &Affinity)) in computeHostNumPhysicalCores() 1358 cpu_set_t Affinity; in computeHostNumPhysicalCores() local 1359 if (sched_getaffinity(0, sizeof(Affinity), &Affinity) == 0) in computeHostNumPhysicalCores() 1360 return CPU_COUNT(&Affinity); in computeHostNumPhysicalCores()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 332 PointerAffinity Affinity = PointerAffinity::None; member 465 PointerAffinity Affinity = PointerAffinity::None; member 549 PointerAffinity Affinity = PointerAffinity::None; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 202 else if (Affinity == PointerAffinity::Pointer) in output() 507 switch (Affinity) { in outputPre()
|
H A D | MicrosoftDemangle.cpp | 2015 std::tie(Pointer->Quals, Pointer->Affinity) = in demanglePointerType() 2033 std::tie(Pointer->Quals, Pointer->Affinity) = in demangleMemberPointerType() 2035 assert(Pointer->Affinity == PointerAffinity::Pointer); in demangleMemberPointerType() 2252 TPRN->Affinity = PointerAffinity::Pointer; in demangleTemplateParameterList() 2259 TPRN->Affinity = PointerAffinity::Reference; in demangleTemplateParameterList()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
H A D | msuser.ldif | 221 olcAttributeTypes: ( MSADat4:1443 NAME 'msDS-Site-Affinity' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 4259 $ msDS-Site-Affinity $ msDS-User-Account-Control-Computed $ lastLogonTimestamp
|
H A D | msuser.schema | 217 attributetype ( MSADat4:1443 NAME 'msDS-Site-Affinity' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 4255 $ msDS-Site-Affinity $ msDS-User-Account-Control-Computed $ lastLogonTimestamp
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winnt.d | 3809 ULONG_PTR Affinity;
|
/netbsd-src/external/mpl/dhcp/dist/doc/ |
H A D | References.txt | 520 and the server also implements a form of 'MAC Address Affinity' which
|
/netbsd-src/share/misc/ |
H A D | domains | 670 .jio Affinity Names, Inc.
|
/netbsd-src/external/mpl/dhcp/dist/ |
H A D | RELNOTES | 3214 - A bug was repaired where MAC Address Affinity for virgin leases always 3218 - A bug was repaired where MAC Address Affinity for clients with no client 3390 - Failover pairs now implement 'MAC Affinity' on leases moving from the
|
/netbsd-src/sys/external/bsd/acpica/dist/ |
H A D | changes.txt | 351 Added a new subtable type for ACPI 6.4 SRAT Generic Port Affinity. It 353 Affinity type. 1491 SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT 4716 New notification type for System Resource Affinity change events.
|