Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_concurrent.cpp163 IMtActList wait_list; in mt_multi_open() local
187 wait_list.push_back(action); in mt_multi_open()
199 for (IMtActList::iterator it = wait_list.begin(); it != wait_list.end(); ++it) in mt_multi_open()
214 if (!wait_list.empty()) in mt_multi_open()
238 IMtActList wait_list; in mt_multi_sendto() local
268 wait_list.push_back(action); in mt_multi_sendto()
281 for (IMtActList::iterator it = wait_list.begin(); it != wait_list.end(); ++it) in mt_multi_sendto()
296 if (!wait_list.empty()) in mt_multi_sendto()
321 IMtActList wait_list; in mt_multi_recvfrom() local
365 for (IMtActList::iterator it = wait_list.begin(); it != wait_list.end(); ++it) in mt_multi_recvfrom()
[all …]