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

  /system/extras/procrank/
procrank.c 138 #define WS_RESET 2
159 if (!strcmp(argv[arg], "-W")) { ws = WS_RESET; continue; }
208 case WS_RESET:
217 if (ws != WS_RESET && procs[i]->usage.swap) {
226 if (ws == WS_RESET) exit(0);
  /system/extras/procmem/
procmem.c 68 #define WS_RESET (2)
87 if (!strcmp(argv[i], "-W")) { ws = WS_RESET; continue; }
118 if (ws == WS_RESET) {

Completed in 47 milliseconds