mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 08:19:06 +00:00
Print progress bar in index module
This commit is contained in:
@@ -177,7 +177,7 @@ static void *tpool_worker(void *arg) {
|
||||
}
|
||||
|
||||
void tpool_wait(tpool_t *pool) {
|
||||
LOG_INFO("tpool.c", "Waiting for worker threads to finish")
|
||||
LOG_DEBUG("tpool.c", "Waiting for worker threads to finish")
|
||||
pthread_mutex_lock(&(pool->work_mutex));
|
||||
while (TRUE) {
|
||||
if (pool->done_cnt < pool->work_cnt) {
|
||||
|
||||
Reference in New Issue
Block a user