/third_party/backends/lib/ |
H A D | sleep.c | 9 unsigned int sleep(unsigned int seconds) in sleep() function
|
/third_party/musl/src/unistd/ |
H A D | sleep.c | 4 unsigned sleep(unsigned seconds) in sleep() function
|
/third_party/curl/tests/server/ |
H A D | util.h | 48 #define sleep(sec) Sleep ((sec)*1000) macro
|
/third_party/python/Lib/turtledemo/ |
H A D | lindenmayer.py | 79 from time import sleep namespace
|
H A D | fractalcurves.py | 15 from time import sleep, perf_counter as clock namespace
|
H A D | rosette.py | 17 from time import perf_counter as clock, sleep namespace
|
H A D | penrose.py | 20 from time import perf_counter as clock, sleep namespace
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | ios.py | 39 def sleep(attempt): function
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_realtime.c | 45 int64_t sleep = pts - now + s->delta; in filter_frame() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | platform.h | 153 #define sleep(seconds) (SleepEx((seconds)*1000, 1)/1000) macro
|
/third_party/python/Lib/test/ |
H A D | test_sched.py | 24 def sleep(self, t): member in Timer [all...] |
H A D | test_selectors.py | 11 from time import sleep namespace
|
/third_party/python/Lib/asyncio/ |
H A D | streams.py | 20 from .tasks import sleep namespace
|
H A D | tasks.py | 627 async def sleep(delay, result=None): function
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Thread.hpp | 139 inline void Thread::sleep(int milliseconds) in sleep() function in sw::Thread
|
/third_party/openssl/ohos_lite/ |
H A D | e_os.h | 335 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
|
/third_party/curl/tests/libtest/ |
H A D | test.h | 46 #define sleep(sec) Sleep ((sec)*1000) macro
|
/third_party/node/lib/internal/ |
H A D | util.js | 536 function sleep(msec) { function
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 276 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
|
/third_party/openssl/ |
H A D | e_os.h | 276 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_local.h | 80 long sleep; /* Sleep time in microseconds if sleep element, else 0 */ member
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_client.c | 250 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() argument 557 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response() argument [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 23 PROGRAM_BLOCKED = [sys.executable, '-c', 'import time; time.sleep(3600)'] namespace
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_client.c | 253 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() argument 560 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response() argument [all...] |
/third_party/python/Modules/_sqlite/clinic/ |
H A D | connection.c.h | 825 double sleep = 0.25; in pysqlite_connection_backup() local
|