Lines Matching refs:be
10 * may not be used to create, or enable the creation or redistribution of,
78 … * FIFO order. The new object has retain count 1 and should be released by the caller.
127 * @brief Schedule a block to be executed on the queue asynchronously.
128 …* @discussion Schedules work to be done on the queue without waiting for it to complete. The queu…
142 * @brief Schedule a block to be executed concurrently & asynchronously.
143 * @discussion Schedules work to be done on the queue without waiting for it to complete, and
144 … * concurrently with other blocks executed with DispatchConcurrent. The queue will be
145 * retained until the block completes. May only be used with a queue created with
174 * @param output printf like output function. The address of IOLog is suitable to be used.
189 * The caller must be currently running on the queue to call Sleep().
203 * The caller must be currently running on the queue to call Sleep().
220 * The caller must be currently running on the queue.
230 * The caller must be currently running on the queue.