Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.cpp663 list = &this->_wait_send; in GetItemList()
732 TAILQ_FOREACH_SAFE(item, &_wait_send, _link_entry, tmp) in NotifyAll()
764 TAILQ_INIT(&_wait_send); in Reset()
783 TAILQ_INIT(&_wait_send); in CSockLink()
963 TAILQ_FOREACH_SAFE(item, &_wait_send, _link_entry, tmp) in SendCacheUdp()
1029 TAILQ_FOREACH_SAFE(item, &_wait_send, _link_entry, tmp) in SendCacheTcp()
1063 TAILQ_FOREACH_SAFE(item, &_wait_send, _link_entry, tmp) in SendCacheTcp()
1433 if (TAILQ_EMPTY(&_wait_send)) in OutputNotify()
H A Dmt_net.h352 TNetItemList _wait_send; variable