Re: [PATCH v2] virthreadpool: create threads from the newly expanded workers

2024-03-18 Thread Michal Prívozník
On 3/18/24 14:31, Wei Gong wrote: > when the thread pool is dynamically expanded, threads should > not be created from the existing workers; they should be created > from the newly expanded workers > > Signed-off-by: Wei Gong > --- > src/util/virthreadpool.c | 13 ++--- > 1 file changed,

[PATCH v2] virthreadpool: create threads from the newly expanded workers

2024-03-18 Thread Wei Gong
when the thread pool is dynamically expanded, threads should not be created from the existing workers; they should be created from the newly expanded workers Signed-off-by: Wei Gong --- src/util/virthreadpool.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src