Searched refs:_thread (Results 1 – 4 of 4) sorted by relevance
45 ISession() : _session_id(0), _session_flg(0), _thread(NULL), _connection(NULL) {}; in ISession()58 return _thread; in GetOwnerThread()61 _thread = thread; in SetOwnerThread()90 MicroThread* _thread; variable
102 MicroThread* _thread; variable113 _thread = NULL;144 _thread = NULL; in Reset()147 void SetOwnerThread(MicroThread* thread) { _thread = thread; }; in SetOwnerThread()148 MicroThread* GetOwnerThread() { return _thread; }; in GetOwnerThread()
226 return _thread; in GetThread()244 MicroThread* _thread;
189 _thread = NULL; in Reset()633 this->_thread = mtframe->GetActiveThread(); in RegistSession()