Search completed in 1.12 seconds.
3 results for "getThreads":
PR_GetThreadScope
MozillaProjectsNSPRReferencePR GetThreadScope
syntax #include <prthread.h> prthreadscope pr_getthreadscope(void); returns a value of type prthreadscope indicating whether the thread is local or global.
PRThreadScope
MozillaProjectsNSPRReferencePRThreadScope
the scope of an nspr thread, specified as a parameter to pr_createthread or returned by pr_getthreadscope.
...to find the scope of the thread, call pr_getthreadscope.
Threads
MozillaProjectsNSPRReferenceThreads
getting a thread's scope pr_getthreadscope gets the scoping of the current thread.