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_threadsmax_threadsstacksizePointer to a PRThreadPool structure or NULL on error.