Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_session.h57 MicroThread* GetOwnerThread(){ in GetOwnerThread() function
H A Dmt_notify.cpp66 thread = proxy->GetOwnerThread(); in NotifyWriteWait()
198 MicroThread* thread = session->GetOwnerThread(); in InputNotify()
H A Dkqueue_proxy.cpp451 MicroThread* thread = this->GetOwnerThread(); in InputNotify()
471 MicroThread* thread = this->GetOwnerThread(); in OutputNotify()
H A Dkqueue_proxy.h148 MicroThread* GetOwnerThread() { return _thread; }; in GetOwnerThread() function