commit | d9b019e0a05cbbaa184815dd201b25006950c6d7 | [log] [tgz] |
---|---|---|
author | Fabio D'Urso <fdurso@google.com> | Wed Jun 19 21:41:09 2024 +0200 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jul 30 07:59:23 2024 +1000 |
tree | 32dad478b7d697565368d72879750a04b17a238b | |
parent | 27fca0a0d560ae704457c5f89e0be658afef034d [diff] |
linux-user: open_self_stat: Implement num_threads The num_threads field reports the total number of threads in the process. In QEMU, this is equal to the number of CPU instances. Signed-off-by: Fabio D'Urso <fdurso@google.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20240619194109.248066-1-fdurso@google.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>