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:WAIT_TIMEOUT
(Results
1 - 23
of
23
) sorted by relevance
/third_party/node/deps/v8/src/base/platform/
H
A
D
semaphore.cc
148
DCHECK(result ==
WAIT_TIMEOUT
);
153
if (result ==
WAIT_TIMEOUT
) {
/third_party/libuv/src/win/
H
A
D
core.c
494
} else if (GetLastError() !=
WAIT_TIMEOUT
) {
in uv__poll_wine()
596
} else if (GetLastError() !=
WAIT_TIMEOUT
) {
in uv__poll()
H
A
D
thread.c
417
if (r ==
WAIT_TIMEOUT
)
in uv_sem_trywait()
H
A
D
process.c
1333
case
WAIT_TIMEOUT
:
in uv__kill()
/third_party/node/deps/uv/src/win/
H
A
D
core.c
480
} else if (GetLastError() !=
WAIT_TIMEOUT
) {
in uv__poll_wine()
567
} else if (GetLastError() !=
WAIT_TIMEOUT
) {
in uv__poll()
H
A
D
thread.c
342
if (r ==
WAIT_TIMEOUT
)
in uv_sem_trywait()
/third_party/python/Modules/_multiprocessing/
H
A
D
semaphore.c
71
case
WAIT_TIMEOUT
:
in _GetSemaphoreValue()
151
case
WAIT_TIMEOUT
:
in _multiprocessing_SemLock_acquire_impl()
/third_party/libuv/test/
H
A
D
runner-win.c
205
if (result ==
WAIT_TIMEOUT
) {
in process_wait()
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_sync.c
203
if (res ==
WAIT_TIMEOUT
)
in dzn_sync_wait()
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_pthread.cpp
605
if (result ==
WAIT_TIMEOUT
)
in cond_wait_internal()
648
return (result ==
WAIT_TIMEOUT
) ? DNG_ETIMEDOUT : 0;
in cond_wait_internal()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H
A
D
transport.cc
314
} else if (result ==
WAIT_TIMEOUT
) {
in WaitForDebugStubEvent()
/third_party/python/Python/
H
A
D
thread_nt.h
98
result =
WAIT_TIMEOUT
;
in EnterNonRecursiveMutex()
/third_party/skia/third_party/externals/angle2/util/windows/
H
A
D
test_utils_win.cpp
318
if (result ==
WAIT_TIMEOUT
)
/third_party/python/Lib/multiprocessing/
H
A
D
connection.py
31
from _winapi import WAIT_OBJECT_0, WAIT_ABANDONED_0,
WAIT_TIMEOUT
, INFINITE
namespace
811
if res ==
WAIT_TIMEOUT
:
/third_party/glfw/deps/
H
A
D
tinycthread.c
253
if (result ==
WAIT_TIMEOUT
)
in _cnd_timedwait_win32()
/third_party/curl/tests/server/
H
A
D
sockfilt.c
479
==
WAIT_TIMEOUT
) {
in select_ws_wait_thread()
544
==
WAIT_TIMEOUT
) {
in select_ws_wait_thread()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
eloop_win.c
612
if (ret ==
WAIT_TIMEOUT
)
in eloop_run()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
eloop_win.c
612
if (ret ==
WAIT_TIMEOUT
)
in eloop_run()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_query.c
23
#define
WAIT_TIMEOUT
5
macro
445
WAIT_TIMEOUT
* NSEC_PER_SEC);
in wait_for_available()
/third_party/curl/lib/
H
A
D
telnet.c
1385
case
WAIT_TIMEOUT
:
in telnet_do()
/third_party/python/Modules/
H
A
D
overlapped.c
272
if (err ==
WAIT_TIMEOUT
)
in _overlapped_GetQueuedCompletionStatus_impl()
H
A
D
_winapi.c
2237
WINAPI_CONSTANT(F_DWORD,
WAIT_TIMEOUT
);
in winapi_exec()
/third_party/python/Lib/
H
A
D
subprocess.py
1590
if result == _winapi.
WAIT_TIMEOUT
:
Completed in 27 milliseconds