Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 25 of 44) sorted by relevance

12

/third_party/musl/src/unistd/
Dsleep.c4 unsigned sleep(unsigned seconds) in sleep() function
/third_party/node/test/parallel/
Dtest-inspector-has-idle.js10 const sleep = promisify(setTimeout); constant
Dtest-async-hooks-execution-async-resource-await.js4 const sleep = require('util').promisify(setTimeout); constant
/third_party/node/test/async-hooks/
Dtest-graph.pipe.js11 const sleep = spawn('sleep', [ '0.1' ]); constant
Dtest-async-await.js14 const sleep = util.promisify(setTimeout); constant
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c2833 gulong sleep; member
2889 GstHarness * h, gulong sleep) in gst_harness_thread_init()
3210 GFunc init, GFunc callback, gpointer data, gulong sleep) in gst_harness_stress_custom_start()
3240 gst_harness_stress_statechange_start_full (GstHarness * h, gulong sleep) in gst_harness_stress_statechange_start_full()
3282 GstCaps * caps, const GstSegment * segment, GstBuffer * buf, gulong sleep) in gst_harness_stress_push_buffer_start_full()
3313 gulong sleep) in gst_harness_stress_push_buffer_with_cb_start_full()
3347 GstEvent * event, gulong sleep) in gst_harness_stress_push_event_start_full()
3376 gulong sleep) in gst_harness_stress_push_event_with_cb_start_full()
3408 GstEvent * event, gulong sleep) in gst_harness_stress_push_upstream_event_start_full()
3437 gulong sleep) in gst_harness_stress_push_upstream_event_with_cb_start_full()
[all …]
/third_party/cef/tests/ceftests/
Drun_all_unittests.cc61 void sleep(int64 ms) { in sleep() function
/third_party/ffmpeg/libavfilter/
Df_realtime.c43 int64_t sleep = pts - now + s->delta; in filter_frame() local
/third_party/skia/third_party/externals/microhttpd/src/include/
Dplatform.h153 #define sleep(seconds) (SleepEx((seconds)*1000, 1)/1000) macro
/third_party/rust/crates/clap/examples/
Dtyped-derive.rs22 sleep: Option<humantime::Duration>, field
/third_party/node/lib/internal/
Dutil.js441 function sleep(msec) { function
480 sleep, property
/third_party/node/deps/npm/lib/auth/
Dsso.js69 function sleep (time) { function
/third_party/python/Lib/test/
Dtest_sched.py24 def sleep(self, t): member in Timer
/third_party/skia/infra/bots/recipe_modules/flavor/
Dios.py39 def sleep(attempt): function
/third_party/openssl/crypto/cmp/
Dcmp_client.c254 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response()
529 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response()
/third_party/node/benchmark/async_hooks/
Dasync-resource-vs-destroy.js5 const sleep = promisify(setTimeout); constant
/third_party/openssl/ohos_lite/
De_os.h335 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dcrawl.go421 func sleep(rng *rand.Rand) { func
/third_party/skia/third_party/externals/swiftshader/src/Common/
DThread.hpp139 inline void Thread::sleep(int milliseconds) in sleep() function in sw::Thread
/third_party/openssl/
De_os.h276 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
/third_party/node/deps/npm/node_modules/npm-profile/
Dindex.js287 function sleep (ms) { function
/third_party/python/Lib/asyncio/
Dtasks.py593 async def sleep(delay, result=None): function
/third_party/rust/crates/tracing/examples/examples/
Dtower-load.rs329 let sleep = rand::thread_rng().gen_range(0, 25); in load_gen() localVariable
/third_party/python/Modules/_sqlite/clinic/
Dconnection.c.h549 double sleep = 0.25; in pysqlite_connection_backup() local
/third_party/rust/crates/nix/src/
Dunistd.rs1847 pub fn sleep(seconds: c_uint) -> c_uint { in sleep() function

12