Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Thread Pools

This chapter describes the NSPR API Thread Pools.

Note: This API is a preliminary version in NSPR 4.0 and is subject to change.

Thread pools create and manage threads to provide support for scheduling work (jobs) onto one or more threads. NSPR's thread pool is modeled on the thread pools described by David R. Butenhof inProgramming with POSIX Threads (Addison-Wesley, 1997).

Thread Pool Types

Thread Pool Functions

Document Tags and Contributors

 Contributors to this page: teoli, Sheppy, trevorh, Rappo
 Last updated by: teoli,