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

  /external/lzma/C/
LzFindMt.h 31 CAutoResetEvent wasStarted;
LzFindMt.c 15 Event_Construct(&p->wasStarted);
29 Event_Reset(&p->wasStarted);
33 Event_Wait(&p->wasStarted);
90 Event_Close(&p->wasStarted);
109 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStarted));
155 Event_Set(&p->wasStarted);
412 Event_Set(&p->wasStarted);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 233 final boolean wasStarted = mStarted;
234 if (wasStarted) {
263 if (wasStarted) {
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java     [all...]

Completed in 471 milliseconds