Home
last modified time | relevance | path

Searched refs:useconds_t (Results 1 - 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeThreadUnix.c155 usleep((useconds_t)milliseconds * (useconds_t)1000); in deSleep()
/third_party/jerryscript/jerry-port/default/
H A Ddefault-debugger.c48 usleep ((useconds_t) sleep_time * 1000); in jerry_port_sleep()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_port.c203 usleep ((useconds_t) sleep_time * 1000); in jerry_port_sleep()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_get_parallel.c62 usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX)); in https_transfer_thread_adapter()
H A Dtest_https_get_parallel_threads.c63 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 Dalltypes.h254 typedef unsigned useconds_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dalltypes.h257 typedef unsigned useconds_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h319 typedef unsigned useconds_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dalltypes.h254 typedef unsigned useconds_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h254 typedef unsigned useconds_t; typedef
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H A Dminimal-http-server-sse-ring.c139 usleep((useconds_t)(100000 + (time(NULL) & 0xffff))); in thread_spam()
/third_party/glfw/deps/
H A Dtinycthread.c499 usleep((useconds_t)delta); in thrd_sleep()
/third_party/libwebsockets/include/
H A Dlibwebsockets.h95 typedef unsigned int useconds_t; typedef
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs29 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 Dplatform-posix.cc618 usleep(static_cast<useconds_t>(interval.InMicroseconds())); in Sleep()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs41 pub type useconds_t = u32; types
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs49 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 Dv3dv_queue.c339 const useconds_t wait_interval_ms = 1; in handle_wait_events_cpu_job()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs2 pub type useconds_t = u32; types
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs3 pub type useconds_t = u32; types
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs19 pub type useconds_t = u32; types
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2399 useconds_t = __darwin_useconds_t variable
2666 'useconds_t', 'user_size_t', 'SSL_SESSION', 'rusage',
/third_party/backends/backend/
H A Dtest.c1465 usleep ((useconds_t) test_device->val[opt_read_delay_duration].w); in reader_process()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs11 pub type useconds_t = u32; types
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs10 pub type useconds_t = u32; types

Completed in 54 milliseconds

12