Home
last modified time | relevance | path

Searched refs:producer (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/iokit/Tests/
H A DTestDevice.cpp133 producer(void *inProducerId) in producer() function
187 IOCreateThread(producer, (void *) 4); in testWorkLoop()
188 IOCreateThread(producer, (void *) 3); in testWorkLoop()
189 IOCreateThread(producer, (void *) 2); in testWorkLoop()
190 IOCreateThread(producer, (void *) 1); in testWorkLoop()
/xnu-12377.81.4/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig82 …* @brief As a producer, set the handler block to run when the queue becomes non-full, after …
143 * @brief As a producer, enqueue a queue entry.
167 …* @brief As a producer, enqueue a queue entry, but don't send any DataAvailable notification.
181 …* @brief As a producer, check if the queue has sufficient free space for a queue entry with …
191 …* @brief As a producer, check if the queue has sufficient free space for queue entries with …
208 …* @brief As a producer, send the DataAvailable notification indicated by EnqueueWithCoalesce.
/xnu-12377.81.4/doc/primitives/
H A Dsched_cond.md20 Consider the following example of a producer-consumer relationship.
75 In this example, the producer thread signals the consumer (E), resulting in an explicit wake (A) if…