OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BackgroundThread
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/com/android/internal/os/
BackgroundThread.java
25
public final class
BackgroundThread
extends HandlerThread {
26
private static
BackgroundThread
sInstance;
29
private
BackgroundThread
() {
35
sInstance = new
BackgroundThread
();
41
public static
BackgroundThread
get() {
42
synchronized (
BackgroundThread
.class) {
49
synchronized (
BackgroundThread
.class) {
/external/chromium_org/base/memory/
weak_ptr_unittest.cc
59
class
BackgroundThread
: public Thread {
61
BackgroundThread
() : Thread("owner_thread") {}
63
virtual ~
BackgroundThread
() {
71
base::Bind(&
BackgroundThread
::DoCreateArrowFromTarget,
80
base::Bind(&
BackgroundThread
::DoCreateArrowFromArrow,
89
base::Bind(&
BackgroundThread
::DoDeleteTarget, object, &completion));
97
base::Bind(&
BackgroundThread
::DoCopyAndAssignArrow,
106
base::Bind(&
BackgroundThread
::DoCopyAndAssignArrowBase,
115
base::Bind(&
BackgroundThread
::DoDeleteArrow, object, &completion));
124
base::Bind(&
BackgroundThread
::DoDeRef, arrow, &result, &completion))
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
113
static void
BackgroundThread
(void *arg) {
227
internal_start_thread(&
BackgroundThread
, 0);
/prebuilts/devtools/tools/lib/
ddmuilib.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
Completed in 231 milliseconds