Lines Matching full:signaled
508 /// An event is to be signaled periodically at a specified interval from the current time.
512 /// An event is to be signaled once at a specified interval from the current time.
520 @param[in] Event The timer event that is to be signaled at the specified time.
525 event will be signaled on the next timer tick.
527 event will be signaled on every timer tick.
529 @retval EFI_SUCCESS The event has been set to be signaled at the requested time.
546 @retval EFI_SUCCESS The event has been signaled.
556 Stops execution until an event is signaled.
562 @retval EFI_SUCCESS The event indicated by Index was signaled.
592 Checks whether an event is in the signaled state.
596 @retval EFI_SUCCESS The event is in the signaled state.
597 @retval EFI_NOT_READY The event is not in the signaled state.
1435 …Creates an event that is to be signaled whenever an interface is installed for a specified protoco…
1438 …@param[in] Event Event that is to be signaled whenever a protocol interface is regist…