HomeSort by relevance Sort by last modified time
    Searched refs:lockProfThreshold (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/
Globals.h 103 u4 lockProfThreshold;
Sync.c 471 waitThreshold = gDvm.lockProfThreshold;
501 if (gDvm.lockProfThreshold > 0) {
    [all...]
Init.c 903 gDvm.lockProfThreshold = atoi(argv[i] + 20);
    [all...]

Completed in 138 milliseconds