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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dirix.c1566 static PRUint32 pr_clock_granularity = 1; variable
1625 pr_clock_granularity = pr_clock_granularity << 1;
1627 pr_clock_mask = pr_clock_granularity - 1; /* to make a mask out of it */
1629 / ((PRUint64)pr_clock_granularity * (PRUint64)cycleval);

Completed in 47 milliseconds