HomeSort by relevance Sort by last modified time
    Searched refs:CreateEvent (Results 1 - 25 of 312) 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/autotest/site_utils/suite_scheduler/
build_event_unittest.py 30 def CreateEvent(self):
68 event = self.CreateEvent()
77 def CreateEvent(self):
86 event1 = self.CreateEvent()
88 event1.Merge(self.CreateEvent())
128 new_build = self.CreateEvent()
157 new_build = self.CreateEvent()
base_event_unittest.py 79 def CreateEvent(self):
90 event = self.CreateEvent()
101 event = self.CreateEvent()
124 event = self.CreateEvent()
timed_event_unittest.py 32 def CreateEvent(self):
52 t = self.CreateEvent() # Deadline gets set for a future time.
67 to_test = self.CreateEvent()
79 t = self.CreateEvent() # Deadline gets set for later tonight...
89 nightly = self.CreateEvent() # Deadline gets set for tonight.
120 branch_builds = self.CreateEvent().GetBranchBuildsForBoard(board)
147 def CreateEvent(self):
161 self.assertEquals(self.CreateEvent(),
222 nightly = self.CreateEvent() # Deadline gets set for tomorrow night.
274 event = self.CreateEvent()
    [all...]
  /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/libchrome/base/win/
scoped_handle_test_dll.cc 46 HANDLE start_event = ::CreateEvent(nullptr, true, false, nullptr);
50 HANDLE ready_event = CreateEvent(nullptr, false, false, nullptr);
  /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 48 Tiano extended the CreateEvent Type enum to add a legacy boot event type.
55 @param LegacyBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
88 @param LegacyBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
111 Status = gBS->CreateEvent (
138 Tiano extended the CreateEvent Type enum to add a ready to boot event type.
145 @param ReadyToBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
178 @param ReadyToBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
201 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/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 (
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
EntryPoint.c 99 Status = gBS->CreateEvent (EVT_NOTIFY_SIGNAL, TPL_CALLBACK, OnPciEnumerated,
  /external/python/cpython2/Python/
thread_wince.h 77 aLock = CreateEvent(NULL, /* Security attributes */
  /external/skia/src/utils/
SkThreadUtils_win.cpp 21 fCancelEvent = CreateEvent(
  /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,

Completed in 347 milliseconds

1 2 3 4 5 6 7 8 91011>>