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_FAILED
(Results
1 - 23
of
23
) sorted by relevance
/third_party/lzma/CPP/Windows/
H
A
D
Synchronization.cpp
52
return
WAIT_FAILED
;
in WaitForMultiObj_Any_Infinite()
66
return
WAIT_FAILED
;
in WaitForMultiObj_Any_Infinite()
H
A
D
Synchronization.h
261
#define
WAIT_FAILED
((DWORD)0xFFFFFFFF)
macro
/third_party/python/Python/
H
A
D
thread_nt.h
69
return
WAIT_FAILED
;
in EnterNonRecursiveMutex()
73
result =
WAIT_FAILED
;
in EnterNonRecursiveMutex()
85
result =
WAIT_FAILED
;
in EnterNonRecursiveMutex()
99
/* else, it is
WAIT_FAILED
*/
in EnterNonRecursiveMutex()
H
A
D
condvar.h
185
if (wait ==
WAIT_FAILED
)
in _PyCOND_WAIT_MS()
/third_party/curl/lib/vtls/
H
A
D
mbedtls_threadlock.c
104
if(WaitForSingleObject(mutex_buf[n], INFINITE) ==
WAIT_FAILED
) {
in Curl_mbedtlsthreadlock_lock_function()
/third_party/ninja/src/
H
A
D
msvc_helper-win32.cc
95
if (WaitForSingleObject(process_info.hProcess, INFINITE) ==
WAIT_FAILED
)
in Run()
/third_party/protobuf/src/google/protobuf/compiler/
H
A
D
subprocess.cc
193
} else if (wait_result ==
WAIT_FAILED
) {
in Communicate()
240
if (wait_result ==
WAIT_FAILED
) {
in Communicate()
/third_party/pulseaudio/src/pulsecore/
H
A
D
thread-win32.c
120
if (WaitForSingleObject(t->thread, INFINITE) ==
WAIT_FAILED
)
in pa_thread_join()
/third_party/glfw/deps/
H
A
D
tinycthread.c
257
else if (result == (int)
WAIT_FAILED
)
in _cnd_timedwait_win32()
435
if (WaitForSingleObject(thr, INFINITE) ==
WAIT_FAILED
)
in thrd_join()
/third_party/lzma/C/
H
A
D
Threads.c
42
WAIT_FAILED
// 0xFFFFFFFF
in Handle_WaitObject()
44
if (dw ==
WAIT_FAILED
)
in Handle_WaitObject()
48
return
WAIT_FAILED
;
in Handle_WaitObject()
/third_party/libuv/src/win/
H
A
D
winsock.c
511
if (r ==
WAIT_FAILED
) {
in uv__msafd_poll()
H
A
D
process.c
1331
case
WAIT_FAILED
:
in uv__kill()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H
A
D
transport.cc
274
if (::WaitForSingleObject(socket_event_, INFINITE) ==
WAIT_FAILED
) {
in ReadSomeData()
/third_party/node/deps/uv/src/win/
H
A
D
winsock.c
511
if (r ==
WAIT_FAILED
) {
in uv__msafd_poll()
/third_party/python/Parser/
H
A
D
myreadline.c
78
case
WAIT_FAILED
:
in my_fgets()
/third_party/python/Modules/_multiprocessing/
H
A
D
semaphore.c
160
case
WAIT_FAILED
:
in _multiprocessing_SemLock_acquire_impl()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H
A
D
l2_packet_ndis.c
235
case
WAIT_FAILED
:
in l2_packet_rx_thread()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H
A
D
l2_packet_ndis.c
235
case
WAIT_FAILED
:
in l2_packet_rx_thread()
/third_party/python/Modules/
H
A
D
timemodule.c
2263
if (rc ==
WAIT_FAILED
) {
2284
if (rc ==
WAIT_FAILED
) {
H
A
D
_winapi.c
1850
if (result ==
WAIT_FAILED
)
in _winapi_WaitForMultipleObjects_impl()
1885
if (result ==
WAIT_FAILED
) {
in _winapi_WaitForSingleObject_impl()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
eloop_win.c
600
if (ret ==
WAIT_FAILED
) {
in eloop_run()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
eloop_win.c
600
if (ret ==
WAIT_FAILED
) {
in eloop_run()
/third_party/curl/tests/server/
H
A
D
sockfilt.c
818
if(wait !=
WAIT_FAILED
&& (wait - WAIT_OBJECT_0) <= i &&
in select_ws()
Completed in 26 milliseconds