Home
last modified time | relevance | path

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

1234

/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_event_win.cc96 events_[WAKEALL_0] = CreateEvent(NULL, // no security attributes in ConditionVariableEventWin()
101 events_[WAKEALL_1] = CreateEvent(NULL, // no security attributes in ConditionVariableEventWin()
106 events_[WAKE] = CreateEvent(NULL, // no security attributes in ConditionVariableEventWin()
Devent_timer_win.cc23 : event_(::CreateEvent(NULL, // security attributes in EventTimerWin()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc42 Json::Value ChromeTraceFormatter::CreateEvent(const string& ph, in CreateEvent() function in tensorflow::tfprof::ChromeTraceFormatter
70 Json::Value event = CreateEvent("X", category, name, pid, tid, ts); in EmitRegion()
78 Json::Value event = CreateEvent("s", "DataFlow", name, pid, tid, ts); in EmitFlowStart()
85 Json::Value event = CreateEvent("t", "DataFlow", name, pid, tid, ts); in EmitFlowEnd()
94 Json::Value event = CreateEvent("C", category, "Allocated Bytes", pid, 0, ts); in EmitCounter()
103 CreateEvent("C", category, "Top Allocations", pid + 1, 0, ts); in EmitCounter()
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_winpcap.c227 l2->rx_avail = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
228 l2->rx_done = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
229 l2->rx_notify = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_init()
290 l2->rx_thread_done = CreateEvent(NULL, TRUE, FALSE, NULL); in l2_packet_deinit()
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()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_timer.cc29 port::Status status = GpuDriver::CreateEvent(context, &start_event_, in Init()
36 status = GpuDriver::CreateEvent(context, &stop_event_, in Init()
Dgpu_event.cc31 return GpuDriver::CreateEvent(parent_->gpu_context(), &gpu_event_, in Init()
Dgpu_stream.cc29 return GpuDriver::CreateEvent(parent_->gpu_context(), &completed_event_, in Init()
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc75 dump_requested_handle_ = CreateEvent(NULL, // Security attributes. in Initialize()
83 dump_generated_handle_ = CreateEvent(NULL, // Security attributes. in Initialize()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h42 virtual EventWrapper* CreateEvent() = 0;
49 virtual EventWrapper* CreateEvent() { return EventWrapper::Create(); } in CreateEvent() function
/external/compiler-rt/test/asan/TestCases/Windows/
Dqueue_user_work_item_report.cc22 done = CreateEvent(0, false, false, "job is done"); in main()
Dqueue_user_work_item.cc43 done = CreateEvent(0, false, false, "job is done"); in main()
Dbind_io_completion_callback.cc45 done = CreateEvent(0, false, false, "job is done"); in main()
/external/icu/icu4c/source/common/
Dumutex.cpp151 condition->fEntryGate = CreateEvent(NULL, // Security Attributes in umtx_condWait()
156 condition->fExitGate = CreateEvent(NULL, TRUE, TRUE, NULL); in umtx_condWait()
/external/webrtc/webrtc/modules/video_coding/
Dreceiver.cc35 rtc::scoped_ptr<EventWrapper>(event_factory->CreateEvent()), in VCMReceiver()
36 rtc::scoped_ptr<EventWrapper>(event_factory->CreateEvent())) { in VCMReceiver()
/external/vulkan-validation-layers/layers/
Dvk_loader_platform.h153 #ifdef CreateEvent
154 #undef CreateEvent
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_windows_events.py111 event = _overlapped.CreateEvent(None, True, False, None)
145 event = _overlapped.CreateEvent(None, True, False, None)
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py42 CreateEvent=CreateEventA variable
51 CreateEvent = CreateEventW # alias variable
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c1636 gStopEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in SetupNotifications()
1642 gInterfaceListChangedEvent = CreateEvent( NULL, FALSE, FALSE, NULL ); in SetupNotifications()
1671 gDescChangedEvent = CreateEvent(NULL, TRUE, FALSE, NULL); in SetupNotifications()
1686 gTcpipChangedEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in SetupNotifications()
1698 gDdnsChangedEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in SetupNotifications()
1710 gFileSharingChangedEvent = CreateEvent( NULL, FALSE, FALSE, NULL ); in SetupNotifications()
1732 gFirewallChangedEvent = CreateEvent( NULL, FALSE, FALSE, NULL ); in SetupNotifications()
1754 gAdvertisedServicesChangedEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in SetupNotifications()
1772 gUDSEvent = CreateEvent( NULL, FALSE, FALSE, NULL ); in SetupNotifications()
2115 gUDSEvent = CreateEvent( NULL, FALSE, FALSE, NULL ); in udsSupportAddFDToEventLoop()
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.h51 virtual webrtc::EventWrapper* CreateEvent() { return new NullEvent; } in CreateEvent() function
/external/webrtc/webrtc/base/
Dmacsocketserver.cc237 VERIFY(noErr == CreateEvent(NULL, kEventClassSocketServer, kEventWakeUp, 0, in MacCarbonSocketServer()
375 VERIFY(noErr == CreateEvent(NULL, kEventClassSocketServer, kEventWakeUp, 0, in WakeUp()
/external/python/cpython2/Python/
Dthread_wince.h77 aLock = CreateEvent(NULL, /* Security attributes */ in PyThread_allocate_lock()
/external/swiftshader/src/Reactor/
DThread.cpp74 handle = CreateEvent(NULL, FALSE, FALSE, NULL); in Event()
/external/swiftshader/src/Common/
DThread.cpp74 handle = CreateEvent(NULL, FALSE, FALSE, NULL); in Event()
/external/swiftshader/src/System/
DThread.cpp74 handle = CreateEvent(NULL, FALSE, FALSE, NULL); in Event()

1234