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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.cpp 166 assert(isExecuting() && "Instruction not in-flight?");
Instruction.h 212 bool isExecuting() const { return Begin == 0 && End != 0; }
362 bool isExecuting() const { return Stage == IS_EXECUTING; }
Scheduler.cpp 274 if (IS->isExecuting())
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h 429 bool isExecuting() const;
  /external/walt/ios/WALT/
DragLatencyController.mm 316 // between dispatch_semaphore_signal() and -[NSThread isExecuting] changing.
318 if (_triggerReceiver.isExecuting) {

Completed in 300 milliseconds