Searched refs:NotifyThread (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_net.cpp | 701 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 D | mt_net.h | 326 void NotifyThread(CNetHandler* item, int32_t result);
|
| H A D | micro_thread.h | 487 void NotifyThread(MicroThread* thread);
|
| H A D | mt_api.cpp | 660 MtFrame::Instance()->NotifyThread((MicroThread *) thread_p); in mt_thread_wakeup_wait()
|
| H A D | micro_thread.cpp | 876 void MtFrame::NotifyThread(MicroThread* thread) in NotifyThread() function in MtFrame
|