Searched refs:CreateEvent (Results 1 - 25 of 108) sorted by relevance

12345

/external/compiler-rt/test/asan/TestCases/Windows/
H A Dqueue_user_work_item_report.cc22 done = CreateEvent(0, false, false, "job is done");
H A Dqueue_user_work_item.cc43 done = CreateEvent(0, false, false, "job is done");
H A Dbind_io_completion_callback.cc45 done = CreateEvent(0, false, false, "job is done");
/external/autotest/site_utils/suite_scheduler/
H A Dbuild_event_unittest.py30 def CreateEvent(self): member in class:BuildEventTestBase
68 event = self.CreateEvent()
77 def CreateEvent(self): member in class:NewBuildTest
86 event1 = self.CreateEvent()
88 event1.Merge(self.CreateEvent())
128 new_build = self.CreateEvent()
157 new_build = self.CreateEvent()
H A Dbase_event_unittest.py79 def CreateEvent(self): member in class:BaseEventTest
90 event = self.CreateEvent()
101 event = self.CreateEvent()
124 event = self.CreateEvent()
H A Dtimed_event_unittest.py32 def CreateEvent(self): member in class:TimedEventTestBase
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): member in class:NightlyTest
161 self.assertEquals(self.CreateEvent(),
222 nightly = self.CreateEvent() # Deadline gets set for tomorrow night.
274 event = self.CreateEvent()
297 def CreateEvent(self): member in class:WeeklyTest
[all...]
/external/webrtc/webrtc/system_wrappers/source/
H A Dcondition_variable_event_win.cc96 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
H A Devent_timer_win.cc23 : event_(::CreateEvent(NULL, // security attributes
/external/libchrome/base/win/
H A Dscoped_handle_test_dll.cc46 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/
H A Devent.c38 BS->CreateEvent,
88 Status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER, 0, NULL, NULL, &TimerEvent);
/external/python/cpython2/Python/
H A Dthread_wince.h77 aLock = CreateEvent(NULL, /* Security attributes */
/external/skia/src/utils/
H A DSkThreadUtils_win.cpp21 fCancelEvent = CreateEvent(
/external/swiftshader/src/Common/
H A DThread.cpp74 handle = CreateEvent(NULL, FALSE, FALSE, NULL);
/external/syslinux/efi/
H A Defi.h65 status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_NOTIFY_SIGNAL,
/external/webrtc/webrtc/modules/video_coding/test/
H A Dtest_util.h51 virtual webrtc::EventWrapper* CreateEvent() { return new NullEvent; } function in class:NullEventFactory
/external/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc75 dump_requested_handle_ = CreateEvent(NULL, // Security attributes.
83 dump_generated_handle_ = CreateEvent(NULL, // Security attributes.
/external/webrtc/webrtc/modules/video_coding/include/
H A Dvideo_coding.h16 // 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(); } function in class:webrtc::EventFactoryImpl
/external/webrtc/webrtc/base/
H A Devent.cc30 event_handle_ = ::CreateEvent(NULL, // Security attributes.
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_winpcap.c227 l2->rx_avail = CreateEvent(NULL, TRUE, FALSE, NULL);
228 l2->rx_done = CreateEvent(NULL, TRUE, FALSE, NULL);
229 l2->rx_notify = CreateEvent(NULL, TRUE, FALSE, NULL);
290 l2->rx_thread_done = CreateEvent(NULL, TRUE, FALSE, NULL);
H A Dl2_packet_ndis.c395 l2->rx_avail = CreateEvent(NULL, TRUE, FALSE, NULL);
405 l2_ndisuio_global->stop_request = CreateEvent(NULL, TRUE, FALSE, NULL);
411 CreateEvent(NULL, TRUE, FALSE, TEXT("WpaSupplicantConnected"));
412 l2_ndisuio_global->rx_processed = CreateEvent(NULL, TRUE, FALSE, NULL);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_winpcap.c227 l2->rx_avail = CreateEvent(NULL, TRUE, FALSE, NULL);
228 l2->rx_done = CreateEvent(NULL, TRUE, FALSE, NULL);
229 l2->rx_notify = CreateEvent(NULL, TRUE, FALSE, NULL);
290 l2->rx_thread_done = CreateEvent(NULL, TRUE, FALSE, NULL);
H A Dl2_packet_ndis.c395 l2->rx_avail = CreateEvent(NULL, TRUE, FALSE, NULL);
405 l2_ndisuio_global->stop_request = CreateEvent(NULL, TRUE, FALSE, NULL);
411 CreateEvent(NULL, TRUE, FALSE, TEXT("WpaSupplicantConnected"));
412 l2_ndisuio_global->rx_processed = CreateEvent(NULL, TRUE, FALSE, NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_winpcap.c227 l2->rx_avail = CreateEvent(NULL, TRUE, FALSE, NULL);
228 l2->rx_done = CreateEvent(NULL, TRUE, FALSE, NULL);
229 l2->rx_notify = CreateEvent(NULL, TRUE, FALSE, NULL);
290 l2->rx_thread_done = CreateEvent(NULL, TRUE, FALSE, NULL);
/external/conscrypt/common/src/jni/main/include/
H A DAppData.h118 HANDLE interruptEvent = CreateEvent(nullptr, FALSE, FALSE, nullptr);
/external/lzma/C/
H A DThreads.c54 *p = CreateEvent(NULL, manualReset, (signaled ? TRUE : FALSE), NULL);

Completed in 1055 milliseconds

12345