Skip to content

Commit 7a971b2

Browse files
authored
PR review edit, relative link
1 parent f0927f8 commit 7a971b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/standard-library/thread-class.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ static unsigned int hardware_concurrency() noexcept;
101101
An estimate of the number of hardware thread contexts. If the value cannot be computed or is not well defined, this method returns 0.
102102

103103
### Microsoft Specific
104+
104105
`hardware_concurrency` is currently defined to return the number of logical processors, which corresponds to the number of hardware threads that can execute simultaneously. It takes into account the number of physical processors, the number of cores in each physical processor, and simultaneous multithreading on each single core.
105106

106-
However, on systems with more than 64 logical processors this number is capped by the number of logical processor in a single group; see [Processor Groups](https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups).
107+
However, on systems with more than 64 logical processors this number is capped by the number of logical processor in a single group; see [Processor Groups](/windows/win32/procthread/processor-groups).
107108

108109
## <a name="id_class"></a> thread::id Class
109110

0 commit comments

Comments
 (0)