Returns the current thread object for the currently running code.
#include <prthread.h> PRThread* PR_GetCurrentThread(void);
Always returns a valid reference to the calling thread--a self-identity.
The currently running thread may discover its own identity by calling PR_GetCurrentThread
.