/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_asset_helper_capi_test/src/ |
H A D | media_library_asset_helper_capi_test.cpp | 92 sleep(SCAN_WAIT_TIME); in SetUpTestCase() 103 sleep(CLEAN_TIME); in TearDownTestCase() 742 sleep(SCAN_WAIT_TIME_1S); in HWTEST_F() 785 sleep(SCAN_WAIT_TIME_1S); in HWTEST_F() 822 sleep(SCAN_WAIT_TIME_1S); in HWTEST_F() 859 sleep(SCAN_WAIT_TIME_1S); in HWTEST_F() 901 sleep(SCAN_WAIT_TIME_1S); in HWTEST_F()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | compress_offload.c | 129 init_waitqueue_head(&runtime->sleep); in snd_compr_open() 418 poll_wait(f, &stream->runtime->sleep, wait); in snd_compr_poll() 787 wake_up(&stream->runtime->sleep); in error_delayed_work() 838 ret = wait_event_interruptible(stream->runtime->sleep, in snd_compress_wait_for_drain() 846 wake_up(&stream->runtime->sleep); in snd_compress_wait_for_drain() 871 wake_up(&stream->runtime->sleep); in snd_compr_drain() 932 wake_up(&stream->runtime->sleep); in snd_compr_partial_drain()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_rps.c | 151 int sleep; in wait_for_freq() local 155 sleep = 20; in wait_for_freq() 177 usleep_range(sleep, 2 * sleep); in wait_for_freq() 178 sleep *= 2; in wait_for_freq() 179 if (sleep > timeout_ms * 20) in wait_for_freq() 180 sleep = timeout_ms * 20; in wait_for_freq()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_rps.c | 155 int sleep; in wait_for_freq() local 159 sleep = 20; in wait_for_freq() 181 usleep_range(sleep, 2 * sleep); in wait_for_freq() 182 sleep *= 2; in wait_for_freq() 183 if (sleep > timeout_ms * 20) in wait_for_freq() 184 sleep = timeout_ms * 20; in wait_for_freq()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | compress_offload.c | 127 init_waitqueue_head(&runtime->sleep); in snd_compr_open() 416 poll_wait(f, &stream->runtime->sleep, wait); in snd_compr_poll() 811 wake_up(&stream->runtime->sleep); in error_delayed_work() 864 ret = wait_event_interruptible(stream->runtime->sleep, in snd_compress_wait_for_drain() 872 wake_up(&stream->runtime->sleep); in snd_compress_wait_for_drain() 897 wake_up(&stream->runtime->sleep); in snd_compr_drain() 958 wake_up(&stream->runtime->sleep); in snd_compr_partial_drain()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/ |
H A D | dcamera_client_test.cpp | 391 sleep(TEST_SLEEP_SEC); in HWTEST_F() 439 sleep(TEST_SLEEP_SEC); in HWTEST_F() 453 sleep(TEST_SLEEP_SEC); in HWTEST_F() 634 sleep(TEST_SLEEP_SEC); in HWTEST_F() 641 sleep(TEST_SLEEP_SEC); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_erl0.c | 827 goto sleep; in iscsit_connection_reinstatement_rcfr() 832 goto sleep; in iscsit_connection_reinstatement_rcfr() 841 sleep: in iscsit_connection_reinstatement_rcfr() 846 void iscsit_cause_connection_reinstatement(struct iscsi_conn *conn, int sleep) in iscsit_cause_connection_reinstatement() argument 870 if (!sleep) { in iscsit_cause_connection_reinstatement()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_erl0.c | 827 goto sleep; in iscsit_connection_reinstatement_rcfr() 832 goto sleep; in iscsit_connection_reinstatement_rcfr() 841 sleep: in iscsit_connection_reinstatement_rcfr() 846 void iscsit_cause_connection_reinstatement(struct iscsit_conn *conn, int sleep) in iscsit_cause_connection_reinstatement() argument 870 if (!sleep) { in iscsit_cause_connection_reinstatement()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | bridge_mdb_max.sh | 258 sleep 1 279 sleep 1 298 sleep 1 321 sleep 1 1079 sleep 1
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_client.c | 239 * value if sleep == 0, else it sleeps as long as indicated and retries. 245 * Returns -1 on receiving pollRep if sleep == 0, setting the checkAfter value. 250 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() argument 287 > (sleep ? ULONG_MAX / 1000 : INT_MAX)) { in poll_for_response() 330 if (sleep) { in poll_for_response() 552 * Returns -1 on receiving pollRep if sleep == 0, setting the checkAfter value. 557 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response() argument 596 if ((ret = poll_for_response(ctx, sleep, rid, resp, checkAfter)) != 0) { in cert_response() 597 if (ret == -1) /* at this point implies sleep == 0 */ in cert_response() 710 res = poll_for_response(ctx, 0 /* no sleep */, ri in OSSL_CMP_try_certreq() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sock_lowlevel.py | 140 await asyncio.sleep(0) 159 await asyncio.sleep(0) 180 await asyncio.sleep(0) 198 await asyncio.sleep(0) 232 await asyncio.sleep(0)
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_client.c | 242 * value if sleep == 0, else it sleeps as long as indicated and retries. 248 * Returns -1 on receiving pollRep if sleep == 0, setting the checkAfter value. 253 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() argument 290 > (sleep ? ULONG_MAX / 1000 : INT_MAX)) { in poll_for_response() 333 if (sleep) { in poll_for_response() 555 * Returns -1 on receiving pollRep if sleep == 0, setting the checkAfter value. 560 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response() argument 599 if ((ret = poll_for_response(ctx, sleep, rid, resp, checkAfter)) != 0) { in cert_response() 600 if (ret == -1) /* at this point implies sleep == 0 */ in cert_response() 713 res = poll_for_response(ctx, 0 /* no sleep */, ri in OSSL_CMP_try_certreq() [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/ |
H A D | network_client_demo.cpp | 118 sleep(1); in main()
|
/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | test_observer.cpp | 85 sleep(1); in WaitForFinish()
|
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
H A D | test_observer_test.cpp | 69 sleep(1); in thfunc() 70 TAG_LOGI(AAFwkTag::TEST, "after sleep 1s thfunc"); in thfunc()
|
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/ |
H A D | trigger_manager_test.cpp | 103 sleep(1); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_fingerprint_demo.cpp | 87 sleep(SLEEP_TIME); in main()
|
H A D | render_service_client_overlay_demo.cpp | 93 sleep(1000); // wait 1000s in main()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_controller_test.cpp | 46 sleep(WAIT_SYSTEM_ABILITY_REPORT_DATA_SECONDS);
in TearDownTestCase()
|
H A D | vsync_connection_test.cpp | 47 sleep(WAIT_SYSTEM_ABILITY_REPORT_DATA_SECONDS); in TearDownTestCase()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosamplerate_fuzzer/ |
H A D | screencaptureaudiosamplerate_fuzzer.cpp | 88 sleep(recorderTime); in FuzzScreenCaptureAudioSampleRate()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframewidth_fuzzer/ |
H A D | screencapturevideoframewidth_fuzzer.cpp | 89 sleep(recorderTime); in FuzzScreenCaptureVideoFrameWidth()
|
/foundation/multimodalinput/input/uinput/ |
H A D | hdf_device_event_manager.cpp | 69 sleep(sleepSeconds); in main()
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencodingbitrate_fuzzer/ |
H A D | recordersetaudioencodingbitrate_fuzzer.cpp | 72 sleep(recorderTime); in FuzzRecorderSetAudioEncodingBitRate()
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosamplerate_fuzzer/ |
H A D | recordersetaudiosamplerate_fuzzer.cpp | 71 sleep(recorderTime); in FuzzRecorderSetAudioSampleRatee()
|