/freebsd/cddl/usr.sbin/zfsd/tests/ |
H A D | zfsd_unittest.cc | 410 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 D | libdevdctl_unittest.cc | 85 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 D | l2_packet_winpcap.c | 230 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 D | l2_packet_ndis.c | 396 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 D | condition.c | 41 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 D | time_event.c | 48 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_time_init()
|
H A D | efihttp.c | 442 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 D | zfsd.cc | 250 event = Event::CreateEvent(GetFactory(), string(evString)); in BuildCaseFiles() 288 event = Event::CreateEvent(GetFactory(), in RescanSystem()
|
H A D | case_file.cc | 988 Event *event(Event::CreateEvent(factory, line)); in DeSerialize()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | WindowsMMap.c | 134 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
|
/freebsd/lib/libdevdctl/ |
H A D | consumer.cc | 195 event = Event::CreateEvent(m_eventFactory, evString); in NextEvent()
|
H A D | event.h | 98 static Event *CreateEvent(const EventFactory &factory,
|
H A D | event.cc | 99 Event::CreateEvent(const EventFactory &factory, const string &eventString) in CreateEvent() function in DevdCtl::Event
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread_win32.c | 199 if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) { in evthread_win32_cond_alloc()
|
/freebsd/contrib/libevent/ |
H A D | evthread_win32.c | 199 if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) { in evthread_win32_cond_alloc()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface_named_pipe.c | 147 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 D | main_winsvc.c | 385 kill_svc = CreateEvent(0, TRUE, FALSE, 0); in service_start()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 1189 HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); in TEST() 1203 handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); in TEST()
|
H A D | googletest-port-test.cc | 1152 wait_event_.Reset(::CreateEvent(NULL, TRUE, FALSE, NULL)); in DestructorCall()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT_util.cpp | 183 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 D | eloop_win.c | 85 eloop.term_event = CreateEvent(NULL, FALSE, FALSE, NULL); in eloop_init()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiSpec.h | 1889 EFI_CREATE_EVENT CreateEvent; member
|
/freebsd/stand/efi/include/ |
H A D | efiapi.h | 754 EFI_CREATE_EVENT CreateEvent; member
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | rpcapd.c | 359 state_change_event = CreateEvent(NULL, FALSE, FALSE, NULL); in main()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | ndis_events.c | 128 events->event_avail = CreateEvent(NULL, TRUE, FALSE, NULL); in ndis_events_constructor()
|