OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseRunLoop
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
BaseRunLoop.java
15
class
BaseRunLoop
implements RunLoop {
22
BaseRunLoop
(CoreImpl core) {
CoreImpl.java
64
private final ThreadLocal<
BaseRunLoop
> mCurrentRunLoop = new ThreadLocal<
BaseRunLoop
>();
179
BaseRunLoop
runLoop = new
BaseRunLoop
(this);
Completed in 2793 milliseconds