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:usleep
(Results
1 - 18
of
18
) sorted by relevance
/third_party/backends/lib/
H
A
D
usleep.c
43
usleep
(unsigned int useconds)
in usleep()
function
/third_party/musl/src/unistd/
H
A
D
usleep.c
5
int
usleep
(unsigned useconds)
in usleep()
function
/third_party/skia/third_party/externals/microhttpd/src/include/
H
A
D
platform.h
154
#define
usleep
(useconds) (void)SleepEx((useconds)/1000, 1)
macro
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H
A
D
protocol_lws_minimal.c
59
static void
usleep
(unsigned long l) { Sleep(l / 1000); }
in usleep()
function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H
A
D
protocol_lws_minimal_threadpool.c
49
static void
usleep
(unsigned long l) { Sleep(l / 1000); }
in usleep()
function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
H
A
D
protocol_lws_minimal.c
55
static void
usleep
(unsigned long l) { Sleep(l / 1000); }
in usleep()
function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H
A
D
protocol_lws_minimal.c
55
static void
usleep
(unsigned long l) { Sleep(l / 1000); }
in usleep()
function
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H
A
D
minimal-ws-client.c
62
static void
usleep
(unsigned long l) { Sleep(l / 1000); }
in usleep()
function
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H
A
D
minimal-http-server-sse-ring.c
67
static void
usleep
(unsigned long l) { Sleep(l / 1000); }
in usleep()
function
/third_party/backends/include/sane/
H
A
D
config.h
781
#define
usleep
sanei_usleep
macro
/third_party/musl/porting/liteos_m/user/hook/
H
A
D
los_usr_libc.c
398
int
usleep
(unsigned useconds)
in usleep()
function
/third_party/FreeBSD/lib/libc/include/
H
A
D
namespace.h
237
#define
usleep
_usleep
macro
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H
A
D
rpng2-x.c
119
# undef
usleep
macro
120
# define
usleep
(usec) { \
macro
128
# define
usleep
(x) sleep(((x)+499999)/1000000)
macro
[all...]
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
853
pub fn
usleep
(arg1: useconds_t) -> c_int;
in usleep()
functions
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
676
pub fn
usleep
(secs: ::c_uint) -> ::c_int;
in usleep()
functions
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
1292
pub fn
usleep
(secs: ::c_uint) -> ::c_int;
in usleep()
functions
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1259
pub fn
usleep
(secs: ::useconds_t) -> ::c_int;
in usleep()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3780
pub fn
usleep
(secs: ::c_uint) -> ::c_int;
in usleep()
functions
Completed in 33 milliseconds