OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spinning
(Results
1 - 25
of
147
) sorted by null
1
2
3
4
5
6
/art/test/030-bad-finalizer/
expected.txt
2
Finalizer started and
spinning
...
3
Finalizer done
spinning
.
/art/test/1905-suspend-native/
info.txt
1
Tests jvmti suspending of a thread that is
spinning
in native code.
expected.txt
3
Resumer: Suspended spinner while native
spinning
6
Resumer: resumed spinner while native
spinning
/art/test/1908-suspend-native-resume-self/
info.txt
1
Tests jvmti suspending of a thread that is
spinning
in native code.
expected.txt
3
Resumer: Suspended spinner while native
spinning
/art/test/1920-suspend-native-monitor/
expected.txt
3
Resumer: Suspended spinner while native
spinning
6
Resumer: resumed spinner while native
spinning
/art/test/1921-suspend-native-recursive-monitor/
expected.txt
3
Resumer: Suspended spinner while native
spinning
6
Resumer: resumed spinner while native
spinning
/art/test/1934-jvmti-signal-thread/
expected.txt
13
Interrupt
spinning
14
Interrupting other thread
spinning
16
Stop
spinning
17
stopping other thread
spinning
/art/test/1905-suspend-native/src/art/
Test1905.java
28
// wait for the other thread to start
spinning
.
37
System.out.println(me + ": Suspended spinner while native
spinning
");
41
// Resume it from java. It is still native
spinning
.
44
System.out.println(me + ": resumed spinner while native
spinning
");
/art/test/1920-suspend-native-monitor/src/art/
Test1920.java
28
// wait for the other thread to start
spinning
.
46
System.out.println(me + ": Suspended spinner while native
spinning
");
50
// Resume it from java. It is still native
spinning
.
53
System.out.println(me + ": resumed spinner while native
spinning
");
55
// wait for the other thread to start
spinning
again.
/art/test/1921-suspend-native-recursive-monitor/src/art/
Test1921.java
28
// wait for the other thread to start
spinning
.
46
System.out.println(me + ": Suspended spinner while native
spinning
");
50
// Resume it from java. It is still native
spinning
.
53
System.out.println(me + ": resumed spinner while native
spinning
");
55
// wait for the other thread to start
spinning
again.
/external/autotest/client/site_tests/power_HotCPUSuspend/
power_HotCPUSuspend.py
77
# fill all CPUs with a
spinning
task
82
logging.info('
spinning
for %d seconds', SUSPEND_BURN_SECONDS)
84
# There should be no idle time accounted while we're
spinning
.
85
raise error.TestError('unexpected CPU idle time while
spinning
')
90
# keep
spinning
after userland resumes
91
logging.info('
spinning
for %d more seconds', RESUME_BURN_SECONDS)
93
# There should be no idle time accounted while we're
spinning
.
/prebuilts/go/darwin-x86/src/sync/
runtime.go
56
// Active
spinning
runtime support.
57
// runtime_canSpin returns true is
spinning
makes sense at the moment.
60
// runtime_doSpin does active
spinning
.
mutex_test.go
265
// This benchmark models a situation where
spinning
in the mutex should be
266
// non-profitable and allows to confirm that
spinning
does not do harm.
270
// As a matter of fact, this benchmark still triggers some
spinning
in the mutex.
299
// This benchmark models a situation where
spinning
in the mutex should be
/prebuilts/go/linux-x86/src/sync/
runtime.go
56
// Active
spinning
runtime support.
57
// runtime_canSpin returns true is
spinning
makes sense at the moment.
60
// runtime_doSpin does active
spinning
.
mutex_test.go
265
// This benchmark models a situation where
spinning
in the mutex should be
266
// non-profitable and allows to confirm that
spinning
does not do harm.
270
// As a matter of fact, this benchmark still triggers some
spinning
in the mutex.
299
// This benchmark models a situation where
spinning
in the mutex should be
/external/autotest/client/tests/stress/
control
22
-c, --cpu N spawn N workers
spinning
on sqrt()
23
-i, --io N spawn N workers
spinning
on sync()
24
-m, --vm N spawn N workers
spinning
on malloc()/free()
29
-d, --hdd N spawn N workers
spinning
on write()/unlink()
stress.py
49
# Number of CPU workers
spinning
on sqrt()
51
# Number of IO workers
spinning
on sync()
53
# Number of Memory workers
spinning
on malloc()/free()
57
# Number of HD workers
spinning
on write()/ulink()
/art/test/1934-jvmti-signal-thread/src/art/
Test1934.java
40
System.out.println("Interrupt
spinning
");
43
System.out.println("Stop
spinning
");
243
Thread target = new Thread(() -> { sem.release(); while (true) {} }, "
Spinning
thread!");
247
System.out.println("stopping other thread
spinning
");
261
}, "
Spinning
thread!");
264
System.out.println("Interrupting other thread
spinning
");
/art/test/1908-suspend-native-resume-self/src/art/
Test1908.java
31
// wait for the other thread to start
spinning
.
40
System.out.println(me + ": Suspended spinner while native
spinning
");
/external/autotest/client/cros/faft/
rpc_server.py
26
print '[%s] XMLRPC Server:
Spinning
up FAFT server' % str(datetime.now())
/art/test/030-bad-finalizer/src/
Main.java
92
System.out.println("Finalizer started and
spinning
...");
99
System.out.println("Finalizer done
spinning
.");
/external/robolectric-shadows/robolectric/src/test/resources/
resources.ap_
/prebuilts/go/darwin-x86/src/runtime/
lock_futex.go
37
// Note that there can be
spinning
threads during all states - they do not
69
// On uniprocessors, no point
spinning
.
76
// Try for lock,
spinning
.
/prebuilts/go/linux-x86/src/runtime/
lock_futex.go
37
// Note that there can be
spinning
threads during all states - they do not
69
// On uniprocessors, no point
spinning
.
76
// Try for lock,
spinning
.
Completed in 1240 milliseconds
1
2
3
4
5
6