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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunixware.c474 static int gcprio; /* store away original gc thread priority */ variable
500 thr_getprio(thr_self(), &gcprio); local
512 thr_setprio(thr_self(), gcprio); local
H A Dsolaris.c182 static PRIntn gcprio; /* store away original gc thread priority */ variable
551 thr_getprio(thr_self(), &gcprio); local
564 thr_setprio(thr_self(), gcprio); local
662 thr_getprio(thr_self(), &gcprio); local
735 thr_setprio(thr_self(), gcprio); local
754 thr_setprio(thr_self(), gcprio); local

Completed in 35 milliseconds