Marwan Kallal
Results
2
comments of
Marwan Kallal
Late to the party but my two cents Other than the fact that dynamically allocating the threads would make this not a thread pool: embedded applications and other applications where...
I see that `thpool_resume()` is global, but doesn't the `pthread_kill(thpool_p->threads[n]->pthread, SIGUSR1)` in `thpool_pause()` keep the pausing thread pool specific?