Searched defs:Thread (Results 1 - 7 of 7) sorted by relevance

/system/extras/memory_replay/
H A DThread.cpp20 #include "Thread.h"
22 Thread::Thread() { function in class:Thread
26 Thread::~Thread() {
30 void Thread::WaitForReady() {
38 void Thread::WaitForPending() {
46 void Thread::SetPending() {
53 void Thread::ClearPending() {
60 Action* Thread
[all...]
H A DThread.h29 class Thread { class
31 Thread();
32 virtual ~Thread();
/system/core/include/utils/
H A DThread.h39 class Thread : virtual public RefBase class in namespace:android
42 // Create a Thread object, but doesn't create or start the associated
44 explicit Thread(bool canCallJava = true);
45 virtual ~Thread();
85 // here. There are two ways of using the Thread object:
92 Thread& operator=(const Thread&);
103 sp<Thread> mHoldSelf;
/system/core/libutils/include/utils/
H A DThread.h39 class Thread : virtual public RefBase class in namespace:android
42 // Create a Thread object, but doesn't create or start the associated
44 explicit Thread(bool canCallJava = true);
45 virtual ~Thread();
85 // here. There are two ways of using the Thread object:
92 Thread& operator=(const Thread&);
103 sp<Thread> mHoldSelf;
/system/extras/simpleperf/inferno/
H A Ddata_types.py25 class Thread: class in inherits:
72 self.threads[tid] = Thread(tid)
/system/core/libutils/
H A DThreads.cpp21 #include <utils/Thread.h>
49 * Thread wrappers
641 Thread::Thread(bool canCallJava) function in class:android::Thread
644 mLock("Thread::mLock"),
653 Thread::~Thread()
657 status_t Thread::readyToRun()
662 status_t Thread::run(const char* name, int32_t priority, size_t stack)
664 LOG_ALWAYS_FATAL_IF(name == nullptr, "thread name not provided to Thread
[all...]
/system/nfc/src/adaptation/
H A DNfcAdaptation.cpp226 GKI_create_task((TASKPTR)Thread, MMI_TASK, (int8_t*)"NFCA_THREAD", 0, 0,
304 ** Function: NfcAdaptation::Thread()
311 uint32_t NfcAdaptation::Thread(uint32_t arg) { function in class:NfcAdaptation
312 const char* func = "NfcAdaptation::Thread";

Completed in 185 milliseconds