Create a new hash table.
#include <prtpool.h> NSPR_API(PRThreadPool *) PR_CreateThreadPool( PRInt32 initial_threads, PRInt32 max_threads, PRUint32 stacksize );
The function has the following parameters:
initial_threads
max_threads
stacksize
Pointer to a PRThreadPool
structure or NULL
on error.