/external/webrtc/webrtc/system_wrappers/source/ |
D | condition_variable_event_win.cc | 96 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()
|
D | event_timer_win.cc | 23 : event_(::CreateEvent(NULL, // security attributes in EventTimerWin()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_timeline.cc | 42 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/ |
D | l2_packet_winpcap.c | 227 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()
|
D | l2_packet_ndis.c | 395 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/ |
D | gpu_timer.cc | 29 port::Status status = GpuDriver::CreateEvent(context, &start_event_, in Init() 36 status = GpuDriver::CreateEvent(context, &stop_event_, in Init()
|
D | gpu_event.cc | 31 return GpuDriver::CreateEvent(parent_->gpu_context(), &gpu_event_, in Init()
|
D | gpu_stream.cc | 29 return GpuDriver::CreateEvent(parent_->gpu_context(), &completed_event_, in Init()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 75 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/ |
D | video_coding.h | 42 virtual EventWrapper* CreateEvent() = 0; 49 virtual EventWrapper* CreateEvent() { return EventWrapper::Create(); } in CreateEvent() function
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | queue_user_work_item_report.cc | 22 done = CreateEvent(0, false, false, "job is done"); in main()
|
D | queue_user_work_item.cc | 43 done = CreateEvent(0, false, false, "job is done"); in main()
|
D | bind_io_completion_callback.cc | 45 done = CreateEvent(0, false, false, "job is done"); in main()
|
/external/icu/icu4c/source/common/ |
D | umutex.cpp | 151 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/ |
D | receiver.cc | 35 rtc::scoped_ptr<EventWrapper>(event_factory->CreateEvent()), in VCMReceiver() 36 rtc::scoped_ptr<EventWrapper>(event_factory->CreateEvent())) { in VCMReceiver()
|
/external/vulkan-validation-layers/layers/ |
D | vk_loader_platform.h | 153 #ifdef CreateEvent 154 #undef CreateEvent
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_windows_events.py | 111 event = _overlapped.CreateEvent(None, True, False, None) 145 event = _overlapped.CreateEvent(None, True, False, None)
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | win32.py | 42 CreateEvent=CreateEventA variable 51 CreateEvent = CreateEventW # alias variable
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 1636 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/ |
D | test_util.h | 51 virtual webrtc::EventWrapper* CreateEvent() { return new NullEvent; } in CreateEvent() function
|
/external/webrtc/webrtc/base/ |
D | macsocketserver.cc | 237 VERIFY(noErr == CreateEvent(NULL, kEventClassSocketServer, kEventWakeUp, 0, in MacCarbonSocketServer() 375 VERIFY(noErr == CreateEvent(NULL, kEventClassSocketServer, kEventWakeUp, 0, in WakeUp()
|
/external/python/cpython2/Python/ |
D | thread_wince.h | 77 aLock = CreateEvent(NULL, /* Security attributes */ in PyThread_allocate_lock()
|
/external/swiftshader/src/Reactor/ |
D | Thread.cpp | 74 handle = CreateEvent(NULL, FALSE, FALSE, NULL); in Event()
|
/external/swiftshader/src/Common/ |
D | Thread.cpp | 74 handle = CreateEvent(NULL, FALSE, FALSE, NULL); in Event()
|
/external/swiftshader/src/System/ |
D | Thread.cpp | 74 handle = CreateEvent(NULL, FALSE, FALSE, NULL); in Event()
|