HomeSort by relevance Sort by last modified time
    Searched refs:WaitEvent (Results 1 - 11 of 11) sorted by null

  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 19 NWindows::NSynchronization::CAutoResetEvent WaitEvent;
24 return WaitEvent.CreateIfNotCreated();
29 WaitEvent.Reset();
CrossThreadProgress.cpp 12 WaitEvent.Lock();
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 105 EFI_EVENT WaitEvent;
128 EFI_EVENT WaitEvent;
241 If WaitEvent is NULL, execution is in blocking mode. The BSP waits until all
270 mode creates WaitEvent by calling the EFI CreateEvent() service. The caller
271 invokes EFI_MP_SERVICES_PROTOCOL.StartupAllAPs(). If the parameter WaitEvent
276 the state of the WaitEvent created in step 1.
278 Service signals WaitEvent by calling the EFI SignalEvent() function. If
279 FailedCpuList is not NULL, its content is available when WaitEvent is
302 @param[in] WaitEvent The event created by the caller with CreateEvent()
328 expires in non-blocking mode, WaitEvent
    [all...]
CpuMp.c 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,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 236 If WaitEvent is NULL, execution is in blocking mode. The BSP waits until all
265 mode creates WaitEvent by calling the EFI CreateEvent() service. The caller
266 invokes EFI_MP_SERVICES_PROTOCOL.StartupAllAPs(). If the parameter WaitEvent
271 the state of the WaitEvent created in step 1.
273 Service signals WaitEvent by calling the EFI SignalEvent() function. If
274 FailedCpuList is not NULL, its content is available when WaitEvent is
297 @param[in] WaitEvent The event created by the caller with CreateEvent()
323 expires in non-blocking mode, WaitEvent
338 it is ready when WaitEvent is signaled. The
363 IN EFI_EVENT WaitEvent OPTIONAL,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 103 EFI_EVENT WaitEvent;
130 EFI_EVENT WaitEvent;
199 @param WaitEvent The event created by the caller.
223 IN EFI_EVENT WaitEvent OPTIONAL,
238 @param WaitEvent The event created by the caller.
263 IN EFI_EVENT WaitEvent OPTIONAL,
MpServicesOnFrameworkMpServicesThunk.c 201 @param WaitEvent The event created by the caller.
225 IN EFI_EVENT WaitEvent OPTIONAL,
330 // If WaitEvent is not NULL, execute in non-blocking mode.
339 mMPSystemData.WaitEvent = WaitEvent;
346 if (WaitEvent != NULL) {
351 // If WaitEvent is NULL, execute in blocking mode.
370 @param WaitEvent The event created by the caller.
395 IN EFI_EVENT WaitEvent OPTIONAL,
477 // If WaitEvent is not NULL, execute in non-blocking mode.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkMpService.h 356 by WaitEvent and TimeoutInMicrosecs.
357 @param[in] WaitEvent Event to signal when APs have finished.
394 FALSE and WaitEvent is NULL, this parameter
396 WaitEvent is not NULL, the BSP waits after
439 IN EFI_EVENT WaitEvent OPTIONAL,
458 @param[in] WaitEvent Event to signal when APs have finished.
483 If WaitEvent is NULL, this parameter is ignored.
484 If WaitEvent is not NULL, the BSP waits after
513 IN EFI_EVENT WaitEvent OPTIONAL,
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 265 If WaitEvent is NULL, execution is in blocking mode. The BSP waits until all
294 mode creates WaitEvent by calling the EFI CreateEvent() service. The caller
295 invokes EFI_MP_SERVICES_PROTOCOL.StartupAllAPs(). If the parameter WaitEvent
300 the state of the WaitEvent created in step 1.
302 Service signals WaitEvent by calling the EFI SignalEvent() function. If
303 FailedCpuList is not NULL, its content is available when WaitEvent is
326 @param[in] WaitEvent The event created by the caller with CreateEvent()
352 expires in non-blocking mode, WaitEvent
367 it is ready when WaitEvent is signaled. The
392 IN EFI_EVENT WaitEvent OPTIONAL,
    [all...]
CpuDriver.h 101 EFI_EVENT WaitEvent;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 311 typedef HANDLE (NTAPI LSA_REGISTER_NOTIFICATION)(SEC_THREAD_START StartFunction,PVOID Parameter,ULONG NotificationType,ULONG NotificationClass,ULONG NotificationFlags,ULONG IntervalMinutes,HANDLE WaitEvent);
    [all...]

Completed in 652 milliseconds