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:ResetEvent
(Results
1 - 25
of
34
) sorted by relevance
1
2
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H
A
D
transport.cc
278
if (!::
ResetEvent
(socket_event_)) {
in ReadSomeData()
302
if (!
ResetEvent
(socket_event_)) {
in WaitForDebugStubEvent()
309
if (!
ResetEvent
(faulted_thread_event_)) {
in WaitForDebugStubEvent()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H
A
D
l2_packet_winpcap.c
122
ResetEvent
(l2->rx_done);
in l2_packet_receive_cb()
141
ResetEvent
(l2->rx_notify);
in l2_packet_receive_thread()
156
ResetEvent
(l2->rx_avail);
in l2_packet_rx_event()
H
A
D
l2_packet_ndis.c
192
ResetEvent
(l2_ndisuio_global->rx_processed);
in l2_packet_rx_thread_try_read()
311
ResetEvent
(l2->rx_avail);
in l2_packet_rx_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H
A
D
l2_packet_winpcap.c
122
ResetEvent
(l2->rx_done);
in l2_packet_receive_cb()
141
ResetEvent
(l2->rx_notify);
in l2_packet_receive_thread()
156
ResetEvent
(l2->rx_avail);
in l2_packet_rx_event()
H
A
D
l2_packet_ndis.c
192
ResetEvent
(l2_ndisuio_global->rx_processed);
in l2_packet_rx_thread_try_read()
312
ResetEvent
(l2->rx_avail);
in l2_packet_rx_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_ndis_.c
92
ResetEvent
(drv->event_avail);
in wpa_driver_ndis_event_pipe_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_ndis_.c
92
ResetEvent
(drv->event_avail);
in wpa_driver_ndis_event_pipe_cb()
/third_party/python/Parser/
H
A
D
myreadline.c
76
ResetEvent
(hInterruptEvent);
in my_fgets()
151
ResetEvent
(hInterruptEvent);
in _PyOS_WindowsConsoleReadline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
SecondaryCommandBuffer.cpp
109
case CommandID::
ResetEvent
:
in GetCommandString()
110
return "
ResetEvent
";
in GetCommandString()
511
case CommandID::
ResetEvent
:
in executeCommands()
H
A
D
SecondaryCommandBuffer.h
78
ResetEvent
,
member in rx::vk::priv::CommandID
1410
ResetEventParams *paramStruct = initCommand<ResetEventParams>(CommandID::
ResetEvent
);
in resetEvent()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
ctrl_iface_named_pipe.c
363
ResetEvent
(dst->overlap.hEvent);
in wpa_supplicant_ctrl_iface_receive()
780
ResetEvent
(dst->overlap.hEvent);
in wpa_supplicant_global_iface_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
ctrl_iface_named_pipe.c
363
ResetEvent
(dst->overlap.hEvent);
in wpa_supplicant_ctrl_iface_receive()
783
ResetEvent
(dst->overlap.hEvent);
in wpa_supplicant_global_iface_receive()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
VulkanFunctions.h
263
PFN_vkResetEvent
ResetEvent
= nullptr;
member
H
A
D
VulkanFunctions.cpp
286
GET_DEVICE_PROC(
ResetEvent
);
in LoadDeviceProcs()
/third_party/ffmpeg/libavdevice/
H
A
D
vfwcap.c
453
ResetEvent
(ctx->event);
in vfw_read_packet()
H
A
D
dshow.c
1871
ResetEvent
(ctx->event[1]);
in dshow_read_packet()
/third_party/glfw/deps/
H
A
D
tinycthread.c
272
if (
ResetEvent
(cond->mEvents[_CONDITION_EVENT_ALL]) == 0)
in _cnd_timedwait_win32()
/third_party/lzma/C/
H
A
D
Threads.c
138
WRes Event_Reset(CEvent *p) { return BOOLToWRes(
ResetEvent
(*p)); }
in Event_Reset()
/third_party/vk-gl-cts/execserver/
H
A
D
xsWin32TestProcess.cpp
98
if (!
ResetEvent
(m_handle))
in reset()
99
throw Error(GetLastError(), "
ResetEvent
() failed");
in reset()
/third_party/python/Modules/_multiprocessing/
H
A
D
semaphore.c
145
ResetEvent
(sigint_event);
in _multiprocessing_SemLock_acquire_impl()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkInterface.cpp
78
ACQUIRE_PROC(
ResetEvent
, VK_NULL_HANDLE, device);
in GrVkInterface()
/third_party/python/Modules/_io/
H
A
D
winconsoleio.c
561
ResetEvent
(hInterruptEvent);
in read_console_w()
/third_party/vulkan-loader/loader/generated/
H
A
D
vk_layer_dispatch_table.h
334
PFN_vkResetEvent
ResetEvent
;
member
/third_party/python/Modules/
H
A
D
overlapped.c
490
_overlapped.
ResetEvent
505
ret =
ResetEvent
(Handle);
in _overlapped_ResetEvent_impl()
H
A
D
timemodule.c
2250
ResetEvent
(sigint_event);
Completed in 30 milliseconds
1
2