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

  /frameworks/av/services/audioflinger/
FastThreadState.cpp 38 case FastThreadState::COLD_IDLE: return "COLD_IDLE";
FastThreadState.h 37 COLD_IDLE = 2, // wait for the futex
38 IDLE = 3, // either HOT_IDLE or COLD_IDLE
42 int32_t* mColdFutexAddr; // for COLD_IDLE only, pointer to the associated futex
43 unsigned mColdGen; // increment when COLD_IDLE is requested so it's only performed once
FastThread.cpp 161 case FastThreadState::COLD_IDLE:
163 // FIXME consider checking previous state and only perform if previous != COLD_IDLE
Threads.cpp     [all...]

Completed in 118 milliseconds