Loading src/lib/threadpool/threadpool.h +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ void threadpool_stats(struct threadpool *t, struct threadpool_info *ti); * Returns whether all previously active threads have shut down. * * kill_all will eventually permit immediately shutting down all active threads * (memory leaks be damned), but is not yet implemented. * (possibly with memory leaks), but is not yet implemented. * * Returns whether everything has halted. */ bool threadpool_shutdown(struct threadpool *t, bool kill_all); Loading Loading
src/lib/threadpool/threadpool.h +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ void threadpool_stats(struct threadpool *t, struct threadpool_info *ti); * Returns whether all previously active threads have shut down. * * kill_all will eventually permit immediately shutting down all active threads * (memory leaks be damned), but is not yet implemented. * (possibly with memory leaks), but is not yet implemented. * * Returns whether everything has halted. */ bool threadpool_shutdown(struct threadpool *t, bool kill_all); Loading