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
defs:msleep
(Results
1 - 13
of
13
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
delay.h
49
#define
msleep
(m) linux_msleep(m)
macro
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
mpp_time.h
24
#define
msleep
Sleep
macro
28
#define
msleep
(x) usleep((x)*1000)
macro
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
mpp_time.h
24
#define
msleep
Sleep
macro
28
#define
msleep
(x) usleep((x)*1000)
macro
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
mpp_time.h
25
#define
msleep
Sleep
macro
29
#define
msleep
(x) usleep((x)*1000)
macro
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
mpp_time.h
24
#define
msleep
Sleep
macro
28
#define
msleep
(x) usleep((x)*1000)
macro
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
unistd.h
22
int
msleep
(unsigned int msecs)
in msleep()
function
/third_party/libinput/src/
H
A
D
util-time.h
37
msleep
(unsigned int ms)
in msleep()
function
/kernel/linux/linux-5.10/drivers/media/tuners/
H
A
D
tuner-xc2028.h
37
int
msleep
;
member
/kernel/linux/linux-6.6/drivers/media/tuners/
H
A
D
xc2028.h
37
int
msleep
;
member
/third_party/lame/frontend/
H
A
D
gtkanal.c
49
# define
msleep
(t) Sleep(t)
macro
52
# define
msleep
(t) usleep((t) * 1000)
macro
/kernel/linux/linux-5.10/kernel/time/
H
A
D
timer.c
2105
void
msleep
(unsigned int msecs)
in msleep()
function
2113
EXPORT_SYMBOL(
msleep
);
variable
/kernel/linux/linux-6.6/kernel/time/
H
A
D
timer.c
2394
void
msleep
(unsigned int msecs)
in msleep()
function
2402
EXPORT_SYMBOL(
msleep
);
variable
/third_party/toybox/lib/
H
A
D
lib.c
603
void
msleep
(long milliseconds)
in msleep()
function
Completed in 13 milliseconds