Searched defs:_native_threads_only (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c149 PRInt32 _native_threads_only = 0; variable
162 _native_threads_only = (*globalp != PR_FALSE);
164 _native_threads_only = (atoi(envp) == 1);

Completed in 45 milliseconds