Home
last modified time | relevance | path

Searched refs:_thread (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_session.h45 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
H A Dkqueue_proxy.h102 MicroThread* _thread; variable
113 _thread = NULL;
144 _thread = NULL; in Reset()
147 void SetOwnerThread(MicroThread* thread) { _thread = thread; }; in SetOwnerThread()
148 MicroThread* GetOwnerThread() { return _thread; }; in GetOwnerThread()
H A Dmt_net.h226 return _thread; in GetThread()
244 MicroThread* _thread;
H A Dmt_net.cpp189 _thread = NULL; in Reset()
633 this->_thread = mtframe->GetActiveThread(); in RegistSession()