Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetEvent
(Results
1 - 25
of
53
) sorted by relevance
1
2
3
/third_party/skia/third_party/externals/dawn/src/utils/
H
A
D
WindowsDebugLogger.cpp
64
SetEvent
(dbWinBufferReady);
in WindowsDebugLogger()
92
BOOL result =
SetEvent
(mShouldExitHandle);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H
A
D
l2_packet_winpcap.c
120
SetEvent
(l2->rx_avail);
in l2_packet_receive_cb()
144
SetEvent
(l2->rx_thread_done);
in l2_packet_receive_thread()
157
SetEvent
(l2->rx_done);
in l2_packet_rx_event()
346
SetEvent
(l2->rx_notify);
in l2_packet_notify_auth_start()
H
A
D
l2_packet_ndis.c
188
SetEvent
(l2->rx_avail);
in l2_packet_rx_thread_try_read()
325
SetEvent
(l2_ndisuio_global->rx_processed);
in l2_packet_rx_event()
485
SetEvent
(l2_ndisuio_global->stop_request);
in l2_packet_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H
A
D
l2_packet_winpcap.c
120
SetEvent
(l2->rx_avail);
in l2_packet_receive_cb()
144
SetEvent
(l2->rx_thread_done);
in l2_packet_receive_thread()
157
SetEvent
(l2->rx_done);
in l2_packet_rx_event()
349
SetEvent
(l2->rx_notify);
in l2_packet_notify_auth_start()
H
A
D
l2_packet_ndis.c
188
SetEvent
(l2->rx_avail);
in l2_packet_rx_thread_try_read()
326
SetEvent
(l2_ndisuio_global->rx_processed);
in l2_packet_rx_event()
486
SetEvent
(l2_ndisuio_global->stop_request);
in l2_packet_deinit()
/third_party/python/Lib/test/libregrtest/
H
A
D
win_utils.py
41
_signal=_overlapped.
SetEvent
):
112
_signal=_overlapped.
SetEvent
):
/third_party/pulseaudio/src/pulsecore/
H
A
D
mutex-win32.c
92
SetEvent
(pa_hashmap_first(c->wait_events));
in pa_cond_signal()
104
SetEvent
(event);
in pa_cond_signal()
/third_party/curl/tests/server/
H
A
D
sockfilt.c
502
SetEvent
(signal);
in select_ws_wait_thread()
531
SetEvent
(signal);
in select_ws_wait_thread()
571
SetEvent
(signal);
in select_ws_wait_thread()
580
SetEvent
(signal);
in select_ws_wait_thread()
804
SetEvent
(abort);
in select_ws()
/third_party/glfw/deps/
H
A
D
tinycthread.c
199
if (
SetEvent
(cond->mEvents[_CONDITION_EVENT_ONE]) == 0)
in cnd_signal()
224
if (
SetEvent
(cond->mEvents[_CONDITION_EVENT_ALL]) == 0)
in cnd_broadcast()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H
A
D
SwapChainPanelNativeWindow.cpp
63
SetEvent
(waitEvent.Get());
in RunOnUIThread()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H
A
D
Thread.hpp
216
SetEvent
(handle);
in signal()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
SecondaryCommandBuffer.cpp
115
case CommandID::
SetEvent
:
in GetCommandString()
116
return "
SetEvent
";
in GetCommandString()
534
case CommandID::
SetEvent
:
in executeCommands()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
eloop_win.c
497
SetEvent
(eloop.term_event);
in eloop_handle_console_ctrl()
646
SetEvent
(eloop.term_event);
in eloop_terminate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
ctrl_iface_named_pipe.c
198
if (
SetEvent
(dst->overlap.hEvent))
in ctrl_open_pipe()
629
if (
SetEvent
(dst->overlap.hEvent))
in global_open_pipe()
H
A
D
main_winsvc.c
351
SetEvent
(kill_svc);
in service_ctrl_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
eloop_win.c
497
SetEvent
(eloop.term_event);
in eloop_handle_console_ctrl()
646
SetEvent
(eloop.term_event);
in eloop_terminate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
ctrl_iface_named_pipe.c
198
if (
SetEvent
(dst->overlap.hEvent))
in ctrl_open_pipe()
632
if (
SetEvent
(dst->overlap.hEvent))
in global_open_pipe()
H
A
D
main_winsvc.c
351
SetEvent
(kill_svc);
in service_ctrl_handler()
/third_party/libuv/src/win/
H
A
D
thread.c
53
result =
SetEvent
(created_event);
in uv__once_inner()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H
A
D
transport.cc
322
if (!
SetEvent
(faulted_thread_event_)) {
/third_party/node/deps/uv/src/win/
H
A
D
thread.c
53
result =
SetEvent
(created_event);
in uv__once_inner()
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
thread_utils.c
168
ok =
SetEvent
(condition->signal_event_);
in pthread_cond_signal()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
VulkanFunctions.h
265
PFN_vkSetEvent
SetEvent
= nullptr;
member
H
A
D
VulkanFunctions.cpp
288
GET_DEVICE_PROC(
SetEvent
);
in LoadDeviceProcs()
/third_party/ffmpeg/libavdevice/
H
A
D
vfwcap.c
211
SetEvent
(ctx->event);
in videostream_cb()
Completed in 18 milliseconds
1
2
3