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

/dalvik/vm/
H A DSync.cpp350 u4 waitThreshold, samplePercent; local
359 waitThreshold = gDvm.lockProfThreshold;
360 if (waitThreshold) {
368 if (waitThreshold) {
372 if (waitThreshold) {
374 if (waitMs >= waitThreshold) {
377 samplePercent = 100 * waitMs / waitThreshold;

Completed in 294 milliseconds