Home | History | Annotate | Download | only in source

Lines Matching refs:_thread

33       _thread(NULL)
46 if(_thread)
50 _thread = ThreadWrapper::CreateThread(Run, this, kNormalPriority,
53 int32_t retVal = _thread->Start(id);
58 delete _thread;
59 _thread = NULL;
66 if(_thread)
68 _thread->SetNotAlive();
70 ThreadWrapper* thread = _thread;
71 _thread = NULL;
153 if(!_thread)