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

/dalvik/vm/
H A DSync.cpp346 u4 waitThreshold, samplePercent; local
355 waitThreshold = gDvm.lockProfThreshold;
356 if (waitThreshold) {
364 if (waitThreshold) {
368 if (waitThreshold) {
370 if (waitMs >= waitThreshold) {
373 samplePercent = 100 * waitMs / waitThreshold;

Completed in 45 milliseconds