Re: [PATCH] linux-user: open_self_stat: Implement num_threads

2024-06-20 Thread Alex Bennée
"Fabio D'Urso" writes: > 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 > --- > linux-user/syscall.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/linux-use

[PATCH] linux-user: open_self_stat: Implement num_threads

2024-06-19 Thread Fabio D'Urso
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 --- linux-user/syscall.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index