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:useconds_t
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H
A
D
deThreadUnix.c
155
usleep((
useconds_t
)milliseconds * (
useconds_t
)1000);
in deSleep()
/third_party/jerryscript/jerry-port/default/
H
A
D
default-debugger.c
48
usleep ((
useconds_t
) sleep_time * 1000);
in jerry_port_sleep()
/third_party/jerryscript/targets/nuttx-stm32f4/
H
A
D
jerry_port.c
203
usleep ((
useconds_t
) sleep_time * 1000);
in jerry_port_sleep()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H
A
D
test_https_get_parallel.c
62
usleep ((
useconds_t
) 10.0 * ((double) rand ()) / ((double) RAND_MAX));
in https_transfer_thread_adapter()
H
A
D
test_https_get_parallel_threads.c
63
usleep ((
useconds_t
) 10.0 * ((double) rand ()) / ((double) RAND_MAX));
in https_transfer_thread_adapter()
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
alltypes.h
254
typedef unsigned
useconds_t
;
typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
alltypes.h
257
typedef unsigned
useconds_t
;
typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
H
A
D
alltypes.h
319
typedef unsigned
useconds_t
;
typedef
/third_party/musl/porting/liteos_m/user/include/bits/
H
A
D
alltypes.h
254
typedef unsigned
useconds_t
;
typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
alltypes.h
254
typedef unsigned
useconds_t
;
typedef
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H
A
D
minimal-http-server-sse-ring.c
139
usleep((
useconds_t
)(100000 + (time(NULL) & 0xffff)));
in thread_spam()
/third_party/glfw/deps/
H
A
D
tinycthread.c
499
usleep((
useconds_t
)delta);
in thrd_sleep()
/third_party/libwebsockets/include/
H
A
D
libwebsockets.h
95
typedef unsigned int
useconds_t
;
typedef
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
29
pub type
useconds_t
= c_uint;
types
853
pub fn usleep(arg1:
useconds_t
) -> c_int;
in usleep()
/third_party/node/deps/v8/src/base/platform/
H
A
D
platform-posix.cc
618
usleep(static_cast<
useconds_t
>(interval.InMicroseconds()));
in Sleep()
/third_party/rust/crates/libc/src/unix/newlib/
H
A
D
mod.rs
41
pub type
useconds_t
= u32;
types
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
49
pub type
useconds_t
= ::c_ulong;
types
1259
pub fn usleep(secs: ::
useconds_t
) -> ::c_int;
in usleep()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_queue.c
339
const
useconds_t
wait_interval_ms = 1;
in handle_wait_events_cpu_job()
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
2
pub type
useconds_t
= u32;
types
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
3
pub type
useconds_t
= u32;
types
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
19
pub type
useconds_t
= u32;
types
/third_party/python/Lib/lib2to3/tests/data/
H
A
D
infinite_recursion.py
2399
useconds_t
= __darwin_useconds_t
variable
2666
'
useconds_t
', 'user_size_t', 'SSL_SESSION', 'rusage',
/third_party/backends/backend/
H
A
D
test.c
1465
usleep ((
useconds_t
) test_device->val[opt_read_delay_duration].w);
in reader_process()
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
11
pub type
useconds_t
= u32;
types
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
10
pub type
useconds_t
= u32;
types
Completed in 54 milliseconds
1
2