Home
last modified time | relevance | path

Searched refs:sleep (Results 1001 - 1025 of 2736) sorted by relevance

1...<<41424344454647484950>>...110

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_asset_helper_capi_test/src/
H A Dmedia_library_asset_helper_capi_test.cpp92 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 Dcompress_offload.c129 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 Dselftest_rps.c151 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 Dselftest_rps.c155 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 Dcompress_offload.c127 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 Ddcamera_client_test.cpp391 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 Discsi_target_erl0.c827 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 Discsi_target_erl0.c827 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 Dbridge_mdb_max.sh258 sleep 1
279 sleep 1
298 sleep 1
321 sleep 1
1079 sleep 1
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c239 * 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 Dtest_sock_lowlevel.py140 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 Dcmp_client.c242 * 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 Dnetwork_client_demo.cpp118 sleep(1); in main()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dtest_observer.cpp85 sleep(1); in WaitForFinish()
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dtest_observer_test.cpp69 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 Dtrigger_manager_test.cpp103 sleep(1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_fingerprint_demo.cpp87 sleep(SLEEP_TIME); in main()
H A Drender_service_client_overlay_demo.cpp93 sleep(1000); // wait 1000s in main()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_controller_test.cpp46 sleep(WAIT_SYSTEM_ABILITY_REPORT_DATA_SECONDS); in TearDownTestCase()
H A Dvsync_connection_test.cpp47 sleep(WAIT_SYSTEM_ABILITY_REPORT_DATA_SECONDS); in TearDownTestCase()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosamplerate_fuzzer/
H A Dscreencaptureaudiosamplerate_fuzzer.cpp88 sleep(recorderTime); in FuzzScreenCaptureAudioSampleRate()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframewidth_fuzzer/
H A Dscreencapturevideoframewidth_fuzzer.cpp89 sleep(recorderTime); in FuzzScreenCaptureVideoFrameWidth()
/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_manager.cpp69 sleep(sleepSeconds); in main()
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencodingbitrate_fuzzer/
H A Drecordersetaudioencodingbitrate_fuzzer.cpp72 sleep(recorderTime); in FuzzRecorderSetAudioEncodingBitRate()
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosamplerate_fuzzer/
H A Drecordersetaudiosamplerate_fuzzer.cpp71 sleep(recorderTime); in FuzzRecorderSetAudioSampleRatee()

Completed in 20 milliseconds

1...<<41424344454647484950>>...110