Lines Matching refs:threadpool
447 * cleanup,win: Remove _WIN32 guards on threadpool (James M Snell)
1338 * threadpool: increase UV_THREADPOOL_SIZE limit (Vlad A)
1698 * unix,win: fix threadpool race condition (Anna Henningsen)
2086 * test: add threadpool init/teardown test (Bartosz Sosnowski)
2165 * test: add threadpool init/teardown test (Bartosz Sosnowski)
2167 * test: avoid malloc() in threadpool test (Ben Noordhuis)
2169 * test: lower number of tasks in threadpool test (Ben Noordhuis)
2930 * test: make threadpool saturation reliable (Ben Noordhuis)
3332 * threadpool: fix thread starvation bug (Ben Noordhuis)
3479 * threadpool: send signal only when queue is empty (chenttuuvv)
3681 * doc: explain how the threadpool is allocated (Alex Mo)
4187 * unix, windows: use the same threadpool implementation (Saúl Ibarra Corretgé)
4227 * windows: don't use atexit for cleaning up the threadpool (Saúl Ibarra