Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp322 MicroThread* thread = frame->GetActiveThread(); in ScheduleSleep()
335 MicroThread* thread = frame->GetActiveThread(); in SchedulePend()
361 MicroThread* thread = frame->GetActiveThread(); in ScheduleReclaim()
373 MicroThread* thread = frame->GetActiveThread(); in ScheduleStartRun()
869 MicroThread* thread = GetActiveThread(); in WaitNotify()
881 MicroThread* cur_thread = GetActiveThread(); in NotifyThread()
900 MicroThread* thread = GetActiveThread(); in SwapDaemonThread()
914 MicroThread* thread = GetActiveThread(); in KqueueSchedule()
965 MicroThread* thread = mtframe->GetActiveThread(); in recvfrom()
1025 MicroThread* thread = mtframe->GetActiveThread(); in sendto()
[all …]
H A Dmt_action.cpp122 MicroThread* thread = mtframe->GetActiveThread(); in InitConnEnv()
H A Dmt_api.cpp504 MicroThread* thread = mtframe->GetActiveThread(); in mt_exec_all_task()
650 return MtFrame::Instance()->GetActiveThread(); in mt_active_thread()
H A Dmicro_thread.h465 MicroThread* GetActiveThread(void) { in GetActiveThread() function
H A Dmt_net.cpp633 this->_thread = mtframe->GetActiveThread(); in RegistSession()