Searched refs:isExecuting (Results 1 – 4 of 4) sorted by relevance
212 bool isExecuting() const { return Begin == 0 && End != 0; } in isExecuting() function362 bool isExecuting() const { return Stage == IS_EXECUTING; } in isExecuting() function
166 assert(isExecuting() && "Instruction not in-flight?"); in cycleEvent()
274 if (IS->isExecuting()) in issueInstructionImpl()
316 // between dispatch_semaphore_signal() and -[NSThread isExecuting] changing.318 if (_triggerReceiver.isExecuting) {