Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 10 of 10) sorted by relevance

/platform_testing/tests/automotive/mobly_tests/utilities/
Dvideo_utils_service.py15 self.thread = None
26 self.thread = threading.Thread(target=spin)
27 self.thread.start()
33 if self.thread is not None:
34 self.thread.join()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DSamplerRule.java50 Thread thread = in startThread() local
115 thread.start(); in startThread()
116 return thread; in startThread()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-thread-freq/
DREADME.md3 These configs are used to pull CPU usage for each thread per frequency at the start and end of test…
/platform_testing/tools/automotive/proxy/
Dproxy.cpp162 std::thread t(handleConnection, client_sock, fwd_cid, fwd_port); in setupRoute()
179 std::vector<std::thread> routeThreads; in main()
182 routeThreads.push_back(std::thread(setupRoute, vmConfig.cid, service)); in main()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DTombstoneUtils.java316 Optional<com.android.server.os.TombstoneProtos.Thread> thread =
318 if (!thread.isPresent()) {
322 if (!thread.get().getCurrentBacktraceList().stream()
334 Optional<com.android.server.os.TombstoneProtos.Thread> thread =
336 if (thread.isPresent()) {
337 if (thread.get().getCurrentBacktraceList().stream()
/platform_testing/libraries/flicker/collector/trace_config/
Dtrace_config.textproto40 # polled per-process memory counters and process/thread names.
43 # thread/process naming for ftrace data below.
/platform_testing/libraries/flicker/utils/test/trace_config/
Dtrace_config.textproto40 # polled per-process memory counters and process/thread names.
43 # thread/process naming for ftrace data below.
/platform_testing/libraries/flicker/test/trace_config/
Dtrace_config.textproto40 # polled per-process memory counters and process/thread names.
43 # thread/process naming for ftrace data below.
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java341 Thread thread = in testAlignWithBatteryChargeCounter() local
349 thread.start(); in testAlignWithBatteryChargeCounter()
369 Thread thread = in testAlignWithBatteryChargeCounter_timesOut() local
377 thread.start(); in testAlignWithBatteryChargeCounter_timesOut()
/platform_testing/libraries/sts-common-util/host-side/tests/res/
Dlogcat.txt475 09-03 17:48:05.806 7072 7072 F DEBUG : deallocated by thread 2304:
481 09-03 17:48:05.806 7072 7072 F DEBUG : allocated by thread 2304:
1561 …BUG : 0000007c'3e070000-0000007c'3e077fff rw- 0 8000 [anon:thread signal stack]
1563 …BUG : 0000007c'3e079000-0000007c'3e080fff rw- 0 8000 [anon:thread signal stack]
1565 …BUG : 0000007c'3e08b000-0000007c'3e092fff rw- 0 8000 [anon:thread signal stack]
1567 …BUG : 0000007c'3e094000-0000007c'3e09bfff rw- 0 8000 [anon:thread signal stack]
1569 …BUG : 0000007c'3e09d000-0000007c'3e0a4fff rw- 0 8000 [anon:thread signal stack]
1579 …BUG : 0000007c'3e194000-0000007c'3e19bfff rw- 0 8000 [anon:thread signal stack]
1581 …BUG : 0000007c'3e19d000-0000007c'3e1a4fff rw- 0 8000 [anon:thread signal stack]
1584 …BUG : 0000007c'3e1c6000-0000007c'3e1cdfff rw- 0 8000 [anon:thread signal stack]
[all …]