Searched defs:scheduled (Results 1 – 5 of 5) sorted by relevance
124 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCallbackIsCalled_returnsTimeOut() local148 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCancelIsCalled_returnsTimeOut() local161 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCallbackIsCalledBeforeTimeOut_returnsResult() local210 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCancelIsCalledBeforeTimeOutButAfterCall_returnsCancel() local232 ConditionVariable scheduled = new ConditionVariable(false); in testExecute_whenTimesOutBeforeCallback_returnsTimeOut() local
34 private HashMap <String, Integer> scheduled; field in OneShotScheduler
223 const std::chrono::system_clock::time_point scheduled; member
114 bool scheduled = false; member
3704 if (const bool scheduled = mTransactionFlags.fetch_or(mask) & mask; !scheduled) { in setTransactionFlags() local