Home | History | Annotate | Download | only in CpuDxe

Lines Matching refs:WaitEvent

529   If WaitEvent is NULL, execution is in blocking mode. The BSP waits until all

558 mode creates WaitEvent by calling the EFI CreateEvent() service. The caller
559 invokes EFI_MP_SERVICES_PROTOCOL.StartupAllAPs(). If the parameter WaitEvent
564 the state of the WaitEvent created in step 1.
566 Service signals WaitEvent by calling the EFI SignalEvent() function. If
567 FailedCpuList is not NULL, its content is available when WaitEvent is
590 @param[in] WaitEvent The event created by the caller with CreateEvent()
616 expires in non-blocking mode, WaitEvent
631 it is ready when WaitEvent is signaled. The
656 IN EFI_EVENT WaitEvent OPTIONAL,
716 mMpSystemData.WaitEvent = WaitEvent;
776 if (WaitEvent != NULL) {
821 Procedure passing in the argument specified by ProcedureArgument. If WaitEvent
843 @param[in] WaitEvent The event created by the caller with CreateEvent()
869 expires in non-blocking mode, WaitEvent
905 IN EFI_EVENT WaitEvent OPTIONAL,
963 CpuData->WaitEvent = WaitEvent;
969 if (WaitEvent != NULL) {
1352 gBS->SignalEvent (CpuData->WaitEvent);
1353 CpuData->WaitEvent = NULL;
1395 if (mMpSystemData.WaitEvent != NULL) {
1413 gBS->SignalEvent (mMpSystemData.WaitEvent);
1414 mMpSystemData.WaitEvent = NULL;
1425 if (CpuData->WaitEvent) {
1776 NULL, // WaitEvent