OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WorkerThread
(Results
1 - 17
of
17
) sorted by null
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
WorkerThread.java
31
public @interface
WorkerThread
{
/external/chromium_org/content/worker/
worker_thread.cc
32
static base::LazyInstance<base::ThreadLocalPointer<
WorkerThread
> > lazy_tls =
35
WorkerThread
::
WorkerThread
() {
63
void
WorkerThread
::OnShutdown() {
70
WorkerThread
::~
WorkerThread
() {
73
void
WorkerThread
::Shutdown() {
91
WorkerThread
*
WorkerThread
::current() {
95
bool
WorkerThread
::OnControlMessageReceived(const IPC::Message& msg)
[
all
...]
worker_thread.h
21
class
WorkerThread
: public ChildThread {
23
WorkerThread
();
24
virtual ~
WorkerThread
();
28
static
WorkerThread
* current();
54
DISALLOW_COPY_AND_ASSIGN(
WorkerThread
);
/frameworks/base/libs/hwui/thread/
TaskManager.h
78
class
WorkerThread
: public Thread {
80
WorkerThread
(const String8 name): mSignal(Condition::WAKE_UP_ONE), mName(name) { }
100
Vector<sp<
WorkerThread
> > mThreads;
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp
29
#include "core/workers/
WorkerThread
.h"
55
static HashSet<
WorkerThread
*>& workerThreads()
57
DEFINE_STATIC_LOCAL(HashSet<
WorkerThread
*>, threads, ());
61
unsigned
WorkerThread
::workerThreadCount()
67
WorkerThread
::
WorkerThread
(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtr<WorkerThreadStartupData> startupData)
78
WorkerThread
::~
WorkerThread
()
85
bool
WorkerThread
::start()
93
m_threadID = createThread(
WorkerThread
::workerThreadStart, this, "WebCore: Worker")
[
all
...]
WorkerThread.h
49
class
WorkerThread
: public RefCounted<
WorkerThread
> {
51
virtual ~
WorkerThread
();
69
WorkerThread
(WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtr<WorkerThreadStartupData>);
80
// Static function executed as the core routine on the new thread. Passed a pointer to a
WorkerThread
object.
83
void
workerThread
();
/external/chromium/base/threading/
worker_pool_posix.cc
53
class
WorkerThread
: public PlatformThread::Delegate {
55
WorkerThread
(const std::string& name_prefix, int idle_seconds_before_exit,
68
DISALLOW_COPY_AND_ASSIGN(
WorkerThread
);
71
void
WorkerThread
::ThreadMain() {
84
// The
WorkerThread
is non-joinable, so it deletes itself.
134
// The new PlatformThread will take ownership of the
WorkerThread
object,
136
WorkerThread
* worker =
137
new
WorkerThread
(name_prefix_, idle_seconds_before_exit_, this);
/external/chromium_org/chrome/test/functional/media/
worker_thread.py
33
test_worker_class:
WorkerThread
class reference.
56
class
WorkerThread
(threading.Thread):
63
"""Sets up
WorkerThread
class variables.
104
unique_url = '%s?%d' % (self.__url,
WorkerThread
._task_id.next())
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc
144
static void *
WorkerThread
(void *arg) {
157
pthread_create(&t, 0,
WorkerThread
, 0);
/external/chromium_org/base/threading/
worker_pool_posix.cc
67
class
WorkerThread
: public PlatformThread::Delegate {
69
WorkerThread
(const std::string& name_prefix,
80
DISALLOW_COPY_AND_ASSIGN(
WorkerThread
);
83
void
WorkerThread
::ThreadMain() {
94
TRACE_EVENT2("task", "
WorkerThread
::ThreadMain::Run",
108
// The
WorkerThread
is non-joinable, so it deletes itself.
167
// The new PlatformThread will take ownership of the
WorkerThread
object,
169
WorkerThread
* worker =
170
new
WorkerThread
(name_prefix_, this);
/device/generic/goldfish/camera/
EmulatedCameraDevice.h
357
friend class
WorkerThread
;
358
class
WorkerThread
: public Thread {
365
inline explicit
WorkerThread
(EmulatedCameraDevice* camera_dev)
373
inline ~
WorkerThread
()
473
inline
WorkerThread
* getWorkerThread() const
487
sp<
WorkerThread
> mWorkerThread;
/packages/apps/Gallery/src/com/android/camera/
ImageLoader.java
113
private class
WorkerThread
implements Runnable {
152
Thread t = new Thread(new
WorkerThread
());
/external/chromium_org/chrome/tools/
webforms_aggregator.py
595
class
WorkerThread
(threading.Thread):
621
"""Calls the Run function of
WorkerThread
which creates & runs a Crawler obj.
679
t =
WorkerThread
(url)
/external/stressapptest/src/
worker.cc
139
WorkerThread
*worker = static_cast<
WorkerThread
*>(ptr);
236
WorkerThread
::
WorkerThread
() {
247
WorkerThread
::~
WorkerThread
() {}
288
void
WorkerThread
::InitThread(int thread_num_init,
310
bool
WorkerThread
::InitPriority() {
342
int
WorkerThread
::SpawnThread() {
360
bool
WorkerThread
::KillThread()
[
all
...]
worker.h
204
class
WorkerThread
{
212
WorkerThread
();
213
virtual ~
WorkerThread
();
239
// Starts per-
WorkerThread
timer.
248
// Stops per-
WorkerThread
timer and records thread run duration.
405
DISALLOW_COPY_AND_ASSIGN(
WorkerThread
);
409
class FileThread : public
WorkerThread
{
492
class NetworkThread : public
WorkerThread
{
558
class CopyThread : public
WorkerThread
{
571
class InvertThread : public
WorkerThread
{
[
all
...]
/prebuilts/devtools/tools/lib/
ddmuilib.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar
Completed in 155 milliseconds