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_result
(Results
1 - 4
of
4
) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/
H
A
D
subprocess.cc
186
DWORD
wait_result
=
in Communicate()
local
190
if (
wait_result
>= WAIT_OBJECT_0 &&
in Communicate()
191
wait_result
< WAIT_OBJECT_0 + handle_count) {
in Communicate()
192
signaled_handle = handles[
wait_result
- WAIT_OBJECT_0];
in Communicate()
193
} else if (
wait_result
== WAIT_FAILED) {
in Communicate()
198
<<
wait_result
;
in Communicate()
238
DWORD
wait_result
= WaitForSingleObject(child_handle_, INFINITE);
in Communicate()
local
240
if (
wait_result
== WAIT_FAILED) {
in Communicate()
243
} else if (
wait_result
!= WAIT_OBJECT_0) {
in Communicate()
245
<<
wait_result
;
in Communicate()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cSyncTests.cpp
152
glw::GLenum
wait_result
= gl.clientWaitSync(sync, GL_SYNC_FLUSH_COMMANDS_BIT, TEST_SYNC_WAIT_TIMEOUT);
in iterate()
local
158
if (GL_TIMEOUT_EXPIRED ==
wait_result
)
in iterate()
169
else if ((GL_CONDITION_SATISFIED ==
wait_result
) || (GL_ALREADY_SIGNALED ==
wait_result
))
in iterate()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H
A
D
fdsan.cpp
81
pid_t
wait_result
= waitpid(rc, &status, 0);
in fdsan_test_vfork()
local
82
EXPECT_EQ("fdsan_test_vfork",
wait_result
, rc);
in fdsan_test_vfork()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_query.c
489
VkResult
wait_result
= wait_for_available(device, pool, query);
in get_query_pool_results()
local
490
if (
wait_result
!= VK_SUCCESS)
in get_query_pool_results()
491
return
wait_result
;
in get_query_pool_results()
Completed in 5 milliseconds