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

  /external/lzma/C/
LzFindMt.h 25 Bool needStart;
LzFindMt.c 23 if (p->needStart)
26 p->needStart = False;
52 if (!Thread_WasCreated(&p->thread) || p->needStart)
69 p->needStart = True;
78 if (p->needStart)
115 p->needStart = True;
130 void MtSync_Init(CMtSync *p) { p->needStart = True; }
383 if (!sync->needStart)
398 if (!sync->needStart)
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 161 milliseconds