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

12

/freebsd-12-stable/stand/efi/libefi/
H A Dtime_event.c51 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK,
H A Defihttp.c447 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
509 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
620 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
/freebsd-12-stable/lib/libdevdctl/tests/
H A Dlibdevdctl_unittest.cc87 m_ev = Event::CreateEvent(*m_factory, evString);
96 m_ev = Event::CreateEvent(*m_factory, evString);
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dapp.c92 hEvents[RELOAD_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL);
95 hEvents[SHUTDOWN_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL);
H A Dcondition.c41 h = CreateEvent(NULL, FALSE, FALSE, NULL);
76 hc = CreateEvent(NULL, FALSE, FALSE, NULL);
/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc408 m_event = Event::CreateEvent(*m_eventFactory, evString);
499 m_event = Event::CreateEvent(*m_eventFactory, evString);
518 m_event = Event::CreateEvent(*m_eventFactory, evString);
561 Event *event(Event::CreateEvent(*m_eventFactory,
614 Event *event(Event::CreateEvent(*m_eventFactory,
637 m_event = Event::CreateEvent(*m_eventFactory, s_evString);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c123 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
/freebsd-12-stable/contrib/wpa/src/l2_packet/
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);
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc251 event = Event::CreateEvent(GetFactory(), string(evString));
289 event = Event::CreateEvent(GetFactory(),
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dwinservice.c342 winservice_start_event = CreateEvent(NULL, FALSE, FALSE, NULL);
/freebsd-12-stable/lib/libdevdctl/
H A Dconsumer.cc198 event = Event::CreateEvent(m_eventFactory, evString);
H A Devent.h100 static Event *CreateEvent(const EventFactory &factory,
H A Devent.cc102 Event::CreateEvent(const EventFactory &factory, const string &eventString) function in class:DevdCtl::Event
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devthread_win32.c199 if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) {
/freebsd-12-stable/contrib/libevent/
H A Devthread_win32.c199 if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) {
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
149 wpa_printf(MSG_ERROR, "CTRL: CreateEvent failed: %d",
587 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
589 wpa_printf(MSG_ERROR, "CTRL: CreateEvent failed: %d",
/freebsd-12-stable/contrib/xz/src/common/
H A Dmythread.h442 *cond = CreateEvent(NULL, FALSE, FALSE, NULL);
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1158 HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL);
1172 handle = ::CreateEvent(NULL, FALSE, FALSE, NULL);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Dndis_events.c128 events->event_avail = CreateEvent(NULL, TRUE, FALSE, NULL);
130 wpa_printf(MSG_ERROR, "CreateEvent() failed: %d",
/freebsd-12-stable/contrib/wpa/src/utils/
H A Deloop_win.c85 eloop.term_event = CreateEvent(NULL, FALSE, FALSE, NULL);
87 printf("CreateEvent() failed: %d\n",
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Drpcapd.c310 state_change_event = CreateEvent(NULL, FALSE, FALSE, NULL);
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h456 to CreateEvent.
1858 EFI_CREATE_EVENT CreateEvent; member in struct:__anon10665
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp178 cv->event_ = CreateEvent(NULL, // no security
1195 __kmp_monitor_ev = CreateEvent(NULL, TRUE, FALSE, NULL);
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc742 event_handle_.Reset(::CreateEvent(
H A Dgtest-port.cc237 : event_(::CreateEvent(NULL, // Default security attributes.

Completed in 306 milliseconds

12