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

2024-03-18 Thread Michal Prívozník
On 3/14/24 04:23, 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 | 2 +- > 1 file changed, 1 insertion

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

2024-03-15 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virthrea