HomeSort by relevance Sort by last modified time
    Searched refs:CreateEvent (Results 1 - 25 of 334) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Windows/
queue_user_work_item_report.cc 22 done = CreateEvent(0, false, false, "job is done");
queue_user_work_item.cc 43 done = CreateEvent(0, false, false, "job is done");
bind_io_completion_callback.cc 45 done = CreateEvent(0, false, false, "job is done");
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_event_win.cc 96 events_[WAKEALL_0] = CreateEvent(NULL, // no security attributes
101 events_[WAKEALL_1] = CreateEvent(NULL, // no security attributes
106 events_[WAKE] = CreateEvent(NULL, // no security attributes
event_timer_win.cc 23 : event_(::CreateEvent(NULL, // security attributes
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
WinNtInclude.h 70 #undef CreateEvent
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_timer.cc 30 if (!CUDADriver::CreateEvent(context, &start_event_,
36 if (!CUDADriver::CreateEvent(context, &stop_event_,
cuda_stream.cc 30 return CUDADriver::CreateEvent(parent_->cuda_context(), &completed_event_,
cuda_event.cc 32 return CUDADriver::CreateEvent(parent_->cuda_context(), &cuda_event_,
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/IoInitDxe/
IoInitDxe.c 48 Status = gBS->CreateEvent (
58 DEBUG ((EFI_D_ERROR, "[%a:%d] - CreateEvent failed: %r\n", __FUNCTION__,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Event.c 65 Status = gBS->CreateEvent (
130 Status = gBS->CreateEvent (
208 // old error checking in CreateEvent() for Tiano extensions
228 Tiano extended the CreateEvent Type enum to add a legacy boot event type.
236 LegacyBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex)
260 Status = gBS->CreateEvent (
307 Tiano extended the CreateEvent Type enum to add a ready to boot event type.
315 @param LegacyBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex)
339 Status = gBS->CreateEvent (
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Common/
WinNTInclude.h 71 #undef CreateEvent
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 51 virtual webrtc::EventWrapper* CreateEvent() { return new NullEvent; }
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
event.c 38 BS->CreateEvent,
88 Status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER, 0, NULL, NULL, &TimerEvent);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
Event.c 64 Status = gBS->CreateEvent (
190 // old error checking in CreateEvent() for Tiano extensions
210 Tiano extended the CreateEvent Type enum to add a legacy boot event type.
217 LegacyBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex)
241 Status = gBS->CreateEvent (
288 Tiano extended the CreateEvent Type enum to add a ready to boot event type.
295 ReadyToBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex)
319 Status = gBS->CreateEvent (
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiNotTiano.c 27 Tiano extended the CreateEvent Type enum to add a legacy boot event type.
34 @param LegacyBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
67 @param LegacyBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
90 Status = gBS->CreateEvent (
117 Tiano extended the CreateEvent Type enum to add a ready to boot event type.
124 @param ReadyToBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
157 @param ReadyToBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
180 Status = gBS->CreateEvent (
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 16 // headers define CreateEvent as a macro to either CreateEventW or CreateEventA.
19 // may have been included and then implementing CreateEvent() causes compilation
42 virtual EventWrapper* CreateEvent() = 0;
49 virtual EventWrapper* CreateEvent() { return EventWrapper::Create(); }
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/IoInitDxe/
IoInitDxe.c 78 Status = gBS->CreateEvent (
88 DEBUG ((EFI_D_ERROR, "[%a:%d] - CreateEvent failed: %r\n", __FUNCTION__,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_wince.h 77 aLock = CreateEvent(NULL, /* Security attributes */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Thunk.c 52 Status = gBS->CreateEvent (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/
RuntimeLib.c 114 Status = gBS->CreateEvent (
  /external/python/cpython2/Python/
thread_wince.h 77 aLock = CreateEvent(NULL, /* Security attributes */
  /external/swiftshader/src/Common/
Thread.cpp 74 handle = CreateEvent(NULL, FALSE, FALSE, NULL);
  /external/syslinux/efi/
efi.h 65 status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_NOTIFY_SIGNAL,
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_libinit_windows.c 26 runtime_init_wait = CreateEvent(NULL, TRUE, FALSE, NULL);

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>