Home
last modified time | relevance | path

Searched refs:CreateEvent (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc408 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F()
499 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F()
518 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F()
561 Event *event(Event::CreateEvent(*m_eventFactory, in TEST_F()
614 Event *event(Event::CreateEvent(*m_eventFactory, in TEST_F()
637 m_event = Event::CreateEvent(*m_eventFactory, s_evString); in SetUp()
/freebsd-12.1/lib/libdevdctl/tests/
H A Dlibdevdctl_unittest.cc87 m_ev = Event::CreateEvent(*m_factory, evString); in TEST_P()
96 m_ev = Event::CreateEvent(*m_factory, evString); in TEST_P()
/freebsd-12.1/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c395 l2->rx_avail = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
405 l2_ndisuio_global->stop_request = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
411 CreateEvent(NULL, TRUE, FALSE, TEXT("WpaSupplicantConnected")); in l2_packet_init()
412 l2_ndisuio_global->rx_processed = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dapp.c92 hEvents[RELOAD_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL); in isc__app_start()
95 hEvents[SHUTDOWN_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL); in isc__app_start()
H A Dcondition.c41 h = CreateEvent(NULL, FALSE, FALSE, NULL); in isc_condition_init()
76 hc = CreateEvent(NULL, FALSE, FALSE, NULL); in register_thread()
/freebsd-12.1/stand/efi/libefi/
H A Ddelay.c40 if (BS->CreateEvent(EVT_TIMER, TPL_APPLICATION, 0, 0, &ev) in delay()
H A Dtime_event.c51 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_time_init()
/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dzfsd.cc251 event = Event::CreateEvent(GetFactory(), string(evString)); in BuildCaseFiles()
289 event = Event::CreateEvent(GetFactory(), in RescanSystem()
H A Dcase_file.cc916 Event *event(Event::CreateEvent(factory, line)); in DeSerialize()
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DWindowsMMap.c123 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
/freebsd-12.1/lib/libdevdctl/
H A Dconsumer.cc198 event = Event::CreateEvent(m_eventFactory, evString); in NextEvent()
H A Devent.h100 static Event *CreateEvent(const EventFactory &factory,
H A Devent.cc102 Event::CreateEvent(const EventFactory &factory, const string &eventString) in CreateEvent() function in DevdCtl::Event
/freebsd-12.1/contrib/subversion/subversion/svnserve/
H A Dwinservice.c341 winservice_start_event = CreateEvent(NULL, FALSE, FALSE, NULL); in winservice_start()
/freebsd-12.1/contrib/libevent/
H A Devthread_win32.c199 if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) { in evthread_win32_cond_alloc()
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Devthread_win32.c199 if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) { in evthread_win32_cond_alloc()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in ctrl_open_pipe()
587 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in global_open_pipe()
/freebsd-12.1/contrib/xz/src/common/
H A Dmythread.h442 *cond = CreateEvent(NULL, FALSE, FALSE, NULL); in mythread_cond_init()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1158 HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); in TEST()
1172 handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); in TEST()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp175 cv->event_ = CreateEvent(NULL, // no security in __kmp_win32_cond_init()
1142 __kmp_monitor_ev = CreateEvent(NULL, TRUE, FALSE, NULL); in __kmp_create_monitor()
/freebsd-12.1/stand/efi/include/
H A Defiapi.h751 EFI_CREATE_EVENT CreateEvent; member
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1858 EFI_CREATE_EVENT CreateEvent; member
/freebsd-12.1/contrib/wpa/src/utils/
H A Deloop_win.c85 eloop.term_event = CreateEvent(NULL, FALSE, FALSE, NULL); in eloop_init()
/freebsd-12.1/contrib/wpa/src/drivers/
H A Dndis_events.c128 events->event_avail = CreateEvent(NULL, TRUE, FALSE, NULL); in ndis_events_constructor()
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc237 : event_(::CreateEvent(NULL, // Default security attributes. in Notification()

12