Lines Matching full:blocking
266 both blocking and non-blocking requests. The non-blocking requests use EFI
278 If WaitEvent is NULL, execution is in blocking mode. The BSP waits until all
279 APs finish or TimeoutInMicroSecs expires. Otherwise, execution is in non-blocking
281 non-blocking mode is requested after the UEFI Event EFI_EVENT_GROUP_READY_TO_BOOT
299 In blocking execution mode, BSP waits until all APs finish or
302 In non-blocking execution mode, BSP is freed to return to the caller and then
304 sequence needs to occur in a non-blocking execution mode:
306 -# The caller that intends to use this MP Services Protocol in non-blocking
309 is not NULL, then StartupAllAPs() executes in non-blocking mode. It requests
341 blocking mode. BSP waits until all APs finish
343 not NULL, then execute in non-blocking mode.
356 blocking or non-blocking mode. Zero means
363 If the timeout expires in blocking mode,
365 expires in non-blocking mode, WaitEvent
378 In blocking mode, it is ready for consumption
379 when the call returns. In non-blocking mode,
384 @retval EFI_SUCCESS In blocking mode, all APs have finished before
386 @retval EFI_SUCCESS In non-blocking mode, function has been dispatched
388 @retval EFI_UNSUPPORTED A non-blocking mode request was made after the
394 @retval EFI_TIMEOUT In blocking mode, the timeout expired before
415 See EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() for more details on non-blocking
420 is NULL, execution is in blocking mode. The BSP waits until the AP finishes or
421 TimeoutInMicroSecondss expires. Otherwise, execution is in non-blocking mode.
422 BSP proceeds to the next task without waiting for the AP. If a non-blocking mode
443 blocking mode. BSP waits until this AP finish
445 not NULL, then execute in non-blocking mode.
458 blocking or non-blocking mode. Zero means
465 If the timeout expires in blocking mode,
467 expires in non-blocking mode, WaitEvent
472 blocking mode, this parameter is ignored.
473 In non-blocking mode, if AP returns from
480 @retval EFI_SUCCESS In blocking mode, specified AP finished before
482 @retval EFI_SUCCESS In non-blocking mode, the function has been
484 @retval EFI_UNSUPPORTED A non-blocking mode request was made after the
488 @retval EFI_TIMEOUT In blocking mode, the timeout expired before
649 /// guarantee that all non-blocking mode requests on all APs have been completed
653 /// be used to guarantee that APs have completed their non-blocking mode requests.
656 /// and StartupThisAp() services must no longer support non-blocking mode requests.