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
(Results
1 - 6
of
6
) sorted by relevance
/commonlibrary/c_utils/base/include/
H
A
D
semaphore_ex.h
71
void
Wait
();
/commonlibrary/c_utils/base/src/
H
A
D
semaphore_ex.cpp
29
void Semaphore::
Wait
()
in Wait()
function in OHOS::Semaphore
/commonlibrary/ets_utils/js_sys_module/process/
H
A
D
js_childprocess.h
72
*
Wait
for the child process to finish running, and return a promise object
77
napi_value
Wait
(napi_env env);
H
A
D
native_module_process.cpp
110
static napi_value
Wait
(napi_env env, napi_callback_info info)
in Wait()
function
117
napi_value result = object->
Wait
(env);
in Wait()
249
DECLARE_NAPI_FUNCTION("wait",
Wait
),
in RunCommand()
H
A
D
js_childprocess.cpp
117
napi_value ChildProcess::
Wait
(napi_env env)
in Wait()
function in OHOS::JsSysModule::Process::ChildProcess
/commonlibrary/ets_utils/js_sys_module/test/
H
A
D
test_process.cpp
695
childprocess.
Wait
(env);
in HWTEST_F()
724
childprocess.
Wait
(env);
in HWTEST_F()
Completed in 4 milliseconds