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:sleep_us
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/pipe/
H
A
D
pipe13.c
45
unsigned int i, cnt = 0,
sleep_us
= 1, fail = 0;
in verify_pipe()
local
63
while (cnt < child_num &&
sleep_us
< 1000000) {
in verify_pipe()
75
usleep(
sleep_us
);
in verify_pipe()
76
sleep_us
*= 2;
in verify_pipe()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_gpu_load.c
118
int
sleep_us
= period_us;
in r600_gpu_load_thread()
local
122
if (
sleep_us
)
in r600_gpu_load_thread()
123
os_time_sleep(
sleep_us
);
in r600_gpu_load_thread()
131
sleep_us
= MAX2(
sleep_us
- 1, 1);
in r600_gpu_load_thread()
133
sleep_us
+= 1;
in r600_gpu_load_thread()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_gpu_load.c
134
int
sleep_us
= period_us;
in si_gpu_load_thread()
local
138
if (
sleep_us
)
in si_gpu_load_thread()
139
os_time_sleep(
sleep_us
);
in si_gpu_load_thread()
146
sleep_us
= MAX2(
sleep_us
- 1, 1);
in si_gpu_load_thread()
148
sleep_us
+= 1;
in si_gpu_load_thread()
/third_party/backends/backend/genesys/
H
A
D
scanner_interface.h
65
virtual void
sleep_us
(unsigned microseconds) = 0;
69
sleep_us
(milliseconds * 1000);
in sleep_ms()
H
A
D
scanner_interface_usb.h
58
void
sleep_us
(unsigned microseconds) override;
H
A
D
test_scanner_interface.h
65
void
sleep_us
(unsigned microseconds) override;
H
A
D
test_scanner_interface.cpp
160
void TestScannerInterface::
sleep_us
(unsigned microseconds)
in sleep_us()
function in genesys::TestScannerInterface
H
A
D
scanner_interface_usb.cpp
457
void ScannerInterfaceUsb::
sleep_us
(unsigned microseconds)
in sleep_us()
function in genesys::ScannerInterfaceUsb
/third_party/mesa3d/src/freedreno/perfcntrs/
H
A
D
fdperf.c
119
sleep_us
(uint32_t us)
in sleep_us()
function
724
sleep_us
(options.refresh_ms * 1000);
in dump_counters()
Completed in 5 milliseconds