OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:assertThreadStaysAlive
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java
522
void
assertThreadStaysAlive
(Thread thread) {
523
assertThreadStaysAlive
(thread, timeoutMillis());
529
void
assertThreadStaysAlive
(Thread thread, long millis) {
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java
426
void
assertThreadStaysAlive
(Thread thread) {
427
assertThreadStaysAlive
(thread, timeoutMillis());
433
void
assertThreadStaysAlive
(Thread thread, long millis) {
[
all
...]
Completed in 608 milliseconds