TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | SmmWaitForAllProcessor (IN BOOLEAN BlockingMode) |
SMM CPU Rendezvous library header file.
Copyright (c) 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SmmCpuRendezvousLib.h.
EFI_STATUS EFIAPI SmmWaitForAllProcessor | ( | IN BOOLEAN | BlockingMode | ) |
This routine wait for all AP processors to arrive in SMM.
[in] | BlockingMode | Blocking mode or non-blocking mode. |
EFI_SUCCESS | All processors checked in to SMM. |
EFI_TIMEOUT | Wait for all APs until timeout. |
This routine wait for all AP processors to arrive in SMM.
[in] | BlockingMode | Blocking mode or non-blocking mode. |
EFI_SUCCESS | All avaiable APs arrived. |
EFI_TIMEOUT | Wait for all APs until timeout. |
OTHER | Fail to register SMM CPU Rendezvous service Protocol. |
Definition at line 23 of file SmmCpuRendezvousLibNull.c.