Lines Matching refs:deadline
71 * execute_1_3 can be called with an optional deadline. If the execution
72 * is not able to be completed before the provided deadline, the execution
88 * @param deadline The time by which the execution is expected to complete.
89 * If the execution cannot be completed by the deadline, the
114 * cannot be completed by the deadline
118 execute_1_3(Request request, MeasureTiming measure, OptionalTimePoint deadline,
147 * executeSynchronously_1_3 may be called with an optional deadline. If the
148 * execution is not able to be completed before the provided deadline, the
164 * @param deadline The time by which the execution is expected to complete.
165 * If the execution cannot be finished by the deadline, the
186 * cannot be completed by the deadline
200 OptionalTimePoint deadline,
227 * executeFenced may be called with an optional deadline and an optional duration.
228 * If the execution is not able to be completed before the provided deadline or
236 * call succeeds, or the execution is aborted because it cannot finish before the deadline
250 * @param deadline The time by which the execution is expected to complete.
251 * If the execution cannot be finished by the deadline, the
273 * cannot be completed by the deadline
283 OptionalTimePoint deadline, OptionalTimeoutDuration loopTimeoutDuration,