Lines Matching refs:with
9 * compliance with the License. The rights granted to you under the License
64 * with os_eventlink_create() (see <os/eventlink_private.h>). The application then has to extract
65 …* the remote eventlink port with os_eventlink_extract_remote_port(). To send the remote eventlink …
76 …* Once the remote eventlink port has been sent to the driver, the driver should be notified with a…
77 …g signaling mechanism. The driver should handle this by activating the IOEventLink with Activate().
91 …* @param name User-specified name. If an IOEventLink with the same name already exists…
95 … * @param eventLink Created IOEventLink with +1 retain count to be released by the caller.
140 …* @brief Signal the eventlink and wait with a timeout. If a thread is waiting on the eventli…
151 …* @brief Wait with a timeout. If a thread is waiting on the eventlink, this will wake up tha…
178 * @brief Associate a thread with the eventlink.
196 …. This method should be called after the client has configured the eventlink with the IOConnectTrap