Home
last modified time | relevance | path

Searched refs:NotifyThread (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_net.cpp701 void CSockLink::NotifyThread(CNetHandler* item, int32_t result) in NotifyThread() function in CSockLink
728 NotifyThread(item, result); in NotifyAll()
734 NotifyThread(item, result); in NotifyAll()
740 NotifyThread(item, result); in NotifyAll()
746 NotifyThread(item, result); in NotifyAll()
969 NotifyThread(item, 0); in SendCacheUdp()
990 NotifyThread(item, 0); in SendCacheUdp()
1069 NotifyThread(item, 0); in SendCacheTcp()
1264 this->NotifyThread(session, 0); in DispathTcp()
1324 this->NotifyThread(session, 0); in DispathUdp()
[all …]
H A Dmt_net.h326 void NotifyThread(CNetHandler* item, int32_t result);
H A Dmicro_thread.h487 void NotifyThread(MicroThread* thread);
H A Dmt_api.cpp660 MtFrame::Instance()->NotifyThread((MicroThread *) thread_p); in mt_thread_wakeup_wait()
H A Dmicro_thread.cpp876 void MtFrame::NotifyThread(MicroThread* thread) in NotifyThread() function in MtFrame