Lines Matching refs:mayBlock
51 * If @p mayBlock is false, this method must not block. All parameter
54 * If @p mayBlock is true, a query may block, but the whole method call
57 * If @p mayBlock is false, this method must not block. Otherwise, this
72 * - In the stopped state, this must be non-blocking. @p mayBlock is
73 * ignored. (The method operates as if @p mayBlock was false.)
75 * @p mayBlock is true. However, if the call cannot be completed in a
79 * @param mayBlock Whether this call may block or not.
86 * @p mayBlock is false.
95 bool mayBlock
112 * If @p mayBlock is false, this method must not block. An update that
115 * If @p mayBlock is true, an update may block, but the whole method call
127 * - In the stopped state, this must be non-blocking. @p mayBlock is
128 * ignored. (The method operates as if @p mayBlock was false.)
130 * @p mayBlock is true. However, if the call cannot be completed in a
138 * @param mayBlock Whether this call may block or not.
147 * @p mayBlock is false.
159 bool mayBlock
197 * If @p mayBlock is false, this method must not block. Otherwise, this
208 * - In the stopped state, this must be non-blocking. @p mayBlock is
209 * ignored. (The method operates as if @p mayBlock was false.)
211 * @p mayBlock is true. However, if the call cannot be completed in a
215 * @param mayBlock Whether this call may block or not.
219 * @p mayBlock is false.
234 bool mayBlock