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

/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 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/
H A DThreads.cpp58 * Thread wrappers
672 Thread::Thread(bool canCallJava) function in class:android::Thread
675 mLock("Thread::mLock"),
684 Thread::~Thread()
688 status_t Thread::readyToRun()
693 status_t Thread::run(const char* name, int32_t priority, size_t stack)
740 int Thread::_threadLoop(void* user)
742 Thread* cons
[all...]

Completed in 28 milliseconds