Home
last modified time | relevance | path

Searched refs:DaemonThread (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp657 MicroThread* daemon = mtframe->DaemonThread(); in Loop()
718 thread = mtframe->DaemonThread(); in ThreadSchdule()
885 if(cur_thread == this->DaemonThread()){ in NotifyThread()
901 MicroThread* daemon_thread = this->DaemonThread(); in SwapDaemonThread()
H A Dmicro_thread.h507 MicroThread* DaemonThread(void){ in DaemonThread() function