Home
last modified time | relevance | path

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

12

/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc410 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F()
503 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F()
522 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F()
582 Event *event(Event::CreateEvent(*m_eventFactory, in TEST_F()
631 Event *event(Event::CreateEvent(*m_eventFactory, in TEST_F()
684 Event *event(Event::CreateEvent(*m_eventFactory, in TEST_F()
707 m_event = Event::CreateEvent(*m_eventFactory, s_evString); in SetUp()
/freebsd/lib/libdevdctl/tests/
H A Dlibdevdctl_unittest.cc85 m_ev = Event::CreateEvent(*m_factory, evString); in TEST_P()
94 m_ev = Event::CreateEvent(*m_factory, evString); in TEST_P()
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_winpcap.c230 l2->rx_avail = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
231 l2->rx_done = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
232 l2->rx_notify = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
293 l2->rx_thread_done = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_deinit()
H A Dl2_packet_ndis.c396 l2->rx_avail = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
406 l2_ndisuio_global->stop_request = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
412 CreateEvent(NULL, TRUE, FALSE, TEXT("WpaSupplicantConnected")); in l2_packet_init()
413 l2_ndisuio_global->rx_processed = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
/freebsd/contrib/ntp/libntp/lib/isc/win32/
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/stand/efi/libefi/
H A Dtime_event.c48 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_time_init()
H A Defihttp.c442 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify, in _efihttp_fs_open()
504 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify, in _efihttp_fs_open()
623 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify, in _efihttp_fs_read()
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.cc250 event = Event::CreateEvent(GetFactory(), string(evString)); in BuildCaseFiles()
288 event = Event::CreateEvent(GetFactory(), in RescanSystem()
H A Dcase_file.cc988 Event *event(Event::CreateEvent(factory, line)); in DeSerialize()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c134 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
/freebsd/lib/libdevdctl/
H A Dconsumer.cc195 event = Event::CreateEvent(m_eventFactory, evString); in NextEvent()
H A Devent.h98 static Event *CreateEvent(const EventFactory &factory,
H A Devent.cc99 Event::CreateEvent(const EventFactory &factory, const string &eventString) in CreateEvent() function in DevdCtl::Event
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread_win32.c199 if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) { in evthread_win32_cond_alloc()
/freebsd/contrib/libevent/
H A Devthread_win32.c199 if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) { in evthread_win32_cond_alloc()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in ctrl_open_pipe()
590 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in global_open_pipe()
H A Dmain_winsvc.c385 kill_svc = CreateEvent(0, TRUE, FALSE, 0); in service_start()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1189 HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); in TEST()
1203 handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); in TEST()
H A Dgoogletest-port-test.cc1152 wait_event_.Reset(::CreateEvent(NULL, TRUE, FALSE, NULL)); in DestructorCall()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp183 cv->event_ = CreateEvent(NULL, // no security in __kmp_win32_cond_init()
1242 __kmp_monitor_ev = CreateEvent(NULL, TRUE, FALSE, NULL); in __kmp_create_monitor()
/freebsd/contrib/wpa/src/utils/
H A Deloop_win.c85 eloop.term_event = CreateEvent(NULL, FALSE, FALSE, NULL); in eloop_init()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1889 EFI_CREATE_EVENT CreateEvent; member
/freebsd/stand/efi/include/
H A Defiapi.h754 EFI_CREATE_EVENT CreateEvent; member
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.c359 state_change_event = CreateEvent(NULL, FALSE, FALSE, NULL); in main()
/freebsd/contrib/wpa/src/drivers/
H A Dndis_events.c128 events->event_avail = CreateEvent(NULL, TRUE, FALSE, NULL); in ndis_events_constructor()

12