OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sleepuninterruptibly
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava/src/com/google/common/util/concurrent/
Uninterruptibles.java
253
public static void
sleepUninterruptibly
(long sleepFor, TimeUnit unit) {
/external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java
285
Uninterruptibles.
sleepUninterruptibly
(Long.MAX_VALUE, TimeUnit.MILLISECONDS);
Completed in 111 milliseconds