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:NativeSleep
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H
A
D
task_utils_test.cpp
111
os::thread::
NativeSleep
(WAIT_TIME_MS);
in TEST_F()
130
os::thread::
NativeSleep
(WAIT_TIME_MS);
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H
A
D
thread.cpp
80
void
NativeSleep
(unsigned int ms)
in NativeSleep()
function
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
mutex_test.cpp
46
os::thread::
NativeSleep
(WRITE_LOCK_SLEEP_TIME);
in TestThread1()
56
os::thread::
NativeSleep
(READ_LOCK_SLEEP_TIME);
in TestThread2()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H
A
D
thread.cpp
93
void
NativeSleep
(unsigned int ms)
in NativeSleep()
function
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H
A
D
thread.cpp
116
void
NativeSleep
(unsigned int ms)
in NativeSleep()
function
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
mtmanaged_thread.h
207
os::thread::
NativeSleep
(SHORT_SLEEP_MS);
in WaitForSuspension()
277
os::thread::
NativeSleep
(LONG_SLEEP_MS);
in TerminationLoop()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H
A
D
thread.cpp
138
void
NativeSleep
(unsigned int ms)
in NativeSleep()
function
/arkcompiler/runtime_core/libpandabase/os/
H
A
D
thread.h
45
void
NativeSleep
(unsigned int ms);
/arkcompiler/runtime_core/static_core/libpandabase/os/
H
A
D
thread.h
52
PANDA_PUBLIC_API void
NativeSleep
(unsigned int ms);
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
mt_thread_manager.cpp
375
os::thread::
NativeSleep
(SHORT_SLEEP_MS);
in SuspendAndWaitThreadByInternalThreadId()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_gc.cpp
236
os::thread::
NativeSleep
(WAIT_TIME_MS);
in StdGCWaitForFinishGC()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H
A
D
sampling_profiler.cpp
542
os::thread::
NativeSleep
(timeToSleepMs);
in SamplerThreadEntry()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
H
A
D
Process.cpp
100
ark::os::thread::
NativeSleep
(timeout);
in SpawnChildProcess()
Completed in 8 milliseconds