Home
last modified time | relevance | path

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

12

/freebsd-13.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-13.1/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc409 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F()
500 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F()
519 m_event = Event::CreateEvent(*m_eventFactory, evString); in TEST_F()
562 Event *event(Event::CreateEvent(*m_eventFactory, in TEST_F()
615 Event *event(Event::CreateEvent(*m_eventFactory, in TEST_F()
638 m_event = Event::CreateEvent(*m_eventFactory, s_evString); in SetUp()
/freebsd-13.1/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-13.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-13.1/stand/efi/libefi/
H A Dtime_event.c51 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_time_init()
H A Defihttp.c447 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify, in _efihttp_fs_open()
509 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify, in _efihttp_fs_open()
628 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify, in _efihttp_fs_read()
/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dzfsd.cc253 event = Event::CreateEvent(GetFactory(), string(evString)); in BuildCaseFiles()
291 event = Event::CreateEvent(GetFactory(), in RescanSystem()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c135 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
/freebsd-13.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-13.1/contrib/subversion/subversion/svnserve/
H A Dwinservice.c341 winservice_start_event = CreateEvent(NULL, FALSE, FALSE, NULL); in winservice_start()
/freebsd-13.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-13.1/contrib/libevent/
H A Devthread_win32.c199 if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) { in evthread_win32_cond_alloc()
/freebsd-13.1/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-13.1/contrib/xz/src/common/
H A Dmythread.h442 *cond = CreateEvent(NULL, FALSE, FALSE, NULL); in mythread_cond_init()
/freebsd-13.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-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp182 cv->event_ = CreateEvent(NULL, // no security in __kmp_win32_cond_init()
1211 __kmp_monitor_ev = CreateEvent(NULL, TRUE, FALSE, NULL); in __kmp_create_monitor()
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Drpcapd.c310 state_change_event = CreateEvent(NULL, FALSE, FALSE, NULL); in main()
/freebsd-13.1/contrib/wpa/src/utils/
H A Deloop_win.c85 eloop.term_event = CreateEvent(NULL, FALSE, FALSE, NULL); in eloop_init()
/freebsd-13.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1889 EFI_CREATE_EVENT CreateEvent; member
/freebsd-13.1/stand/efi/include/
H A Defiapi.h755 EFI_CREATE_EVENT CreateEvent; member

12