/aosp_15_r20/trusty/user/base/lib/libc-trusty/ |
D | time.c | 24 int trusty_nanosleep(clockid_t clock_id, uint32_t flags, uint64_t sleep_time) { in trusty_nanosleep() 31 int trusty_nanodelay(clockid_t clock_id, uint32_t flags, uint64_t sleep_time) { in trusty_nanodelay() 71 uint64_t sleep_time; in clock_nanosleep() local
|
/aosp_15_r20/external/grpc-grpc/src/ruby/end2end/ |
H A D | multiple_killed_watching_threads_test.rb | 23 def watch_state(ch, sleep_time) argument 35 def run_multiple_killed_watches(num_threads, sleep_time) argument
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | interop_server.cc | 258 gpr_timespec sleep_time = in StreamingOutputCall() local 313 gpr_timespec sleep_time = in FullDuplexCall() local
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | syscall.c | 231 uint64_t sleep_time = sleep_time_l + ((uint64_t)sleep_time_h << 32); in sys_nanosleep() local 237 long sys_nanosleep(uint32_t clock_id, uint32_t flags, uint64_t sleep_time) { in sys_nanosleep()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/ |
D | stream.rs | 86 let sleep_time = in flatten_unordered() localVariable 118 let sleep_time = Duration::from_millis(self.base as u64); in flatten_unordered() localVariable
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/read_all/ |
H A D | read_all.c | 460 int sleep_time = 1; in push_work() local 503 int min_ttl = worker_timeout, sleep_time = 1; in sched_work() local
|
/aosp_15_r20/external/python/dateutil/ci_tools/ |
D | retry.bat | 8 set sleep_time=60 variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/ |
D | test_time.rs | 58 let sleep_time = TimeSpec::microseconds(1); in test_clock_nanosleep() localVariable
|
/aosp_15_r20/external/pigweed/pw_trace_tokenized/example/ |
H A D | linux_group_by_tid.cc | 62 int sleep_time = 1 + std::rand() % 20; in ExampleTask() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/recursive_mutex/ |
D | try_lock_pass.cpp | 85 ns sleep_time = t3 - t2; in main() local
|
D | lock_pass.cpp | 77 ns sleep_time = t3 - t2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/mutex/ |
D | lock_pass.cpp | 71 ns sleep_time = t3 - t2; in main() local
|
D | try_lock_pass.cpp | 80 ns sleep_time = t3 - t2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/recursive_timed_mutex/ |
D | lock_pass.cpp | 77 ns sleep_time = t3 - t2; in main() local
|
D | try_lock_pass.cpp | 84 ns sleep_time = t3 - t2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/timed_mutex/ |
D | lock_pass.cpp | 72 ns sleep_time = t3 - t2; in main() local
|
D | try_lock_pass.cpp | 81 ns sleep_time = t3 - t2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/shared_mutex/ |
D | try_lock_pass.cpp | 80 ns sleep_time = t3 - t2; in main() local
|
D | lock_pass.cpp | 72 ns sleep_time = t3 - t2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/locks/lock_guard/ |
D | adopt_lock_pass.cpp | 75 ns sleep_time = t3 - t2; in main() local
|
D | make_lock_guard_pass.cpp | 68 ns sleep_time = t3 - t2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/locks/strict_lock/ |
D | default_pass.cpp | 65 ns sleep_time = t3 - t2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/locks/shared_lock/cons/ |
D | mutex_pass.cpp | 76 ns sleep_time = t3 - t2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/locks/shared_lock_guard/ |
D | default_pass.cpp | 77 ns sleep_time = t3 - t2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/locks/unique_lock/cons/ |
D | mutex_pass.cpp | 79 ns sleep_time = t3 - t2; in main() local
|