Home | History | Annotate | Download | only in inc

Lines Matching refs:hEvent

96  *      hEvent: Handle to a synchronization event, created/opened in
105 * Any subsequent usage of hEvent would be invalid.
107 extern DSP_STATUS SYNC_CloseEvent(IN struct SYNC_OBJECT* hEvent);
235 * If function succeeded, pEvent->hEvent must be a valid event handle.
262 * hEvent: Handle to a sync event.
271 extern DSP_STATUS SYNC_ResetEvent(IN struct SYNC_OBJECT* hEvent);
278 * hEvent: Handle to an event object.
287 extern DSP_STATUS SYNC_SetEvent(IN struct SYNC_OBJECT* hEvent);
294 * hEvent: Handle to an event object.
310 extern DSP_STATUS SYNC_WaitOnEvent(IN struct SYNC_OBJECT* hEvent,