Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 25 of 45) 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/typescript/tests/cases/conformance/statements/for-await-ofStatements/
DforAwaitPerIterationBindingDownlevel.ts6 const sleep = (tm: number) => new Promise(resolve => setTimeout(resolve, tm)); constant
/third_party/curl/tests/server/
Dutil.h48 #define sleep(sec) Sleep ((sec)*1000) macro
/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/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.c250 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response()
557 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_client.c250 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response()
557 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/node/lib/internal/
Dutil.js470 function sleep(msec) { function
660 sleep, property
/third_party/typescript/tests/baselines/reference/
DforAwaitPerIterationBindingDownlevel.js2 const sleep = (tm: number) => new Promise(resolve => setTimeout(resolve, tm)); function
/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/openssl/openssl/
De_os.h276 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
/third_party/node/deps/npm/node_modules/npm-profile/lib/
Dindex.js279 const sleep = (ms) => function
/third_party/python/Lib/asyncio/
Dtasks.py593 async def sleep(delay, result=None): function

12