Home
last modified time | relevance | path

Searched refs:sleeping (Results 1 – 25 of 66) sorted by relevance

123

/external/autotest/server/cros/res_resource_monitor/
Dtop_test_data.txt2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie
19 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
32 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
38 Tasks: 363 total, 1 running, 362 sleeping, 0 stopped, 0 zombie
44 Tasks: 363 total, 1 running, 362 sleeping, 0 stopped, 0 zombie
Dtop_field_order_changed.txt2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie
12 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
23 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
Dtop_whitespace_ridden.txt2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie
19 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
65 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
/external/rust/crates/rayon-core/src/sleep/
DREADME.md22 they are sleeping.
31 * A **sleeping** thread is one that is blocked on a condition variable,
35 Threads begin as idle but transition to idle and finally sleeping when
63 tracks **sleeping** threads. From this, one can deduce the number of threads
64 that are idle by subtracting sleeping threads from inactive threads. We track
66 increment the number of sleeping threads (and thus decrease the number of idle
68 decrease the number of sleeping threads (and increase the number of idle
74 * When a thread enters the sleeping state: increment the sleeping thread counter.
75 * When a thread awakens a sleeping thread: decrement the sleeping thread counter.
76 * Subtle point: the thread that *awakens* the sleeping thread decrements the
[all …]
/external/pigweed/pw_thread_threadx/
Ddocs.rst24 - Thread scheduler sleeping.
/external/pigweed/pw_chrono/
Ddocs.rst17 bound operations such as thread sleeping, waiting on mutexes/semaphores, etc.
/external/autotest/client/site_tests/power_Resume/
Dcontrol.resume_constraint17 the cpu is sleeping. It will wait for a number of seconds before suspending to
Dcontrol17 the cpu is sleeping. It will wait for a number of seconds before suspending to
Dcontrol.iterations17 the cpu is sleeping. It will wait for a number of seconds before suspending to
/external/autotest/client/site_tests/power_UiResume/
Dcontrol.no_arc17 the cpu is sleeping. It will wait for a number of seconds before suspending to
Dcontrol17 the cpu is sleeping. It will wait for a number of seconds before suspending to
Dcontrol.resume_constraint17 the cpu is sleeping. It will wait for a number of seconds before suspending to
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py763 def f(cls, cond, sleeping, woken, timeout=None): argument
765 sleeping.release()
783 sleeping = self.Semaphore(0)
786 p = self.Process(target=self.f, args=(cond, sleeping, woken))
790 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
795 sleeping.acquire()
796 sleeping.acquire()
826 sleeping = self.Semaphore(0)
832 args=(cond, sleeping, woken, TIMEOUT1))
837 args=(cond, sleeping, woken, TIMEOUT1))
[all …]
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.jobs_3.10.0.v20180427-1454.jar ... core.runtime.jobs.IJobChangeEvent event public void sleeping (org.eclipse.core.runtime.jobs ...
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1308 def f(cls, cond, sleeping, woken, timeout=None): argument
1310 sleeping.release()
1339 sleeping = self.Semaphore(0)
1342 p = self.Process(target=self.f, args=(cond, sleeping, woken))
1347 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
1353 sleeping.acquire()
1354 sleeping.acquire()
1384 sleeping = self.Semaphore(0)
1390 args=(cond, sleeping, woken, TIMEOUT1))
1396 args=(cond, sleeping, woken, TIMEOUT1))
[all …]
/external/perfetto/docs/data-sources/
Dcpu-scheduling.md121 When Thread A suspends on the wait() it will enter the state `S(sleeping)` and
/external/bcc/tools/
Ddeadlock_detector_example.txt200 std::cout << "sleeping for a bit to allow trace to attach..." << std::endl;
228 std::cout << "sleeping to allow trace to collect data..." << std::endl;
Dfunclatency_example.txt200 This looks like it has found threads that are sleeping every 1, 5, and 60
Doffwaketime_example.txt16 faults, swapping, sleeping, involuntary context switches, etc.
165 stack showing it sleeping between intervals, and an sshd(8) stack showing it
/external/strace/tests/
DMakefile.am317 detach-sleeping.test \
/external/strace/tests-m32/
DMakefile.am317 detach-sleeping.test \
/external/strace/tests-mx32/
DMakefile.am317 detach-sleeping.test \
/external/rust/crates/parking_lot/
DREADME.md84 to queues of parked (sleeping) threads. The Webkit parking lot was itself
/external/curl/src/
Dtool_operate.c2154 bool sleeping = FALSE; in add_parallel_transfers() local
2168 sleeping = TRUE; in add_parallel_transfers()
2195 *morep = (per || sleeping) ? TRUE : FALSE; in add_parallel_transfers()
/external/ltp/testcases/realtime/
D00_Descriptions.txt213 clock of every sleeping thread shows close to zero value. Sum of cpu clocks

123