OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mainThread
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebKit/android/wds/
DebugServer.cpp
32
#include "wtf/
MainThread
.h"
54
static void*
mainThread
(void* v) {
74
m_threadId = createThread(
mainThread
, this, "WDS");
/external/webkit/Source/WebCore/bindings/js/
ScriptControllerMac.mm
141
static pthread_t
mainThread
;
145
if (pthread_self() !=
mainThread
)
164
mainThread
= pthread_self();
/frameworks/base/core/java/android/app/
LoadedApk.java
115
ActivityThread
mainThread
, ClassLoader baseLoader,
140
ContextImpl.createSystemContext(
mainThread
);
142
mainThread
.getConfiguration(),
143
mainThread
.getDisplayMetricsLocked(
475
public AssetManager getAssets(ActivityThread
mainThread
) {
476
return getResources(
mainThread
).getAssets();
479
public Resources getResources(ActivityThread
mainThread
) {
481
mResources =
mainThread
.getTopLevelResources(mResDir,
[
all
...]
ContextImpl.java
[
all
...]
/frameworks/volley/src/com/android/volley/
Request.java
194
Handler
mainThread
= new Handler(Looper.getMainLooper());
195
mainThread
.post(new Runnable() {
/external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java
194
final Thread
mainThread
= Thread.currentThread();
198
new Interrupter(
mainThread
).run();
/frameworks/av/services/audioflinger/
Threads.h
657
DuplicatingThread(const sp<AudioFlinger>& audioFlinger, MixerThread*
mainThread
,
[
all
...]
Threads.cpp
[
all
...]
Completed in 603 milliseconds