Searched refs:MTLOG_DEBUG (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_net.cpp | 293 MTLOG_DEBUG("sock conncet ok"); in WaitConnect() 312 MTLOG_DEBUG("connect ok"); in WaitConnect() 341 MTLOG_DEBUG("sock send ok"); in WaitSend() 360 MTLOG_DEBUG("send req ok, len %u", _send_pos); in WaitSend() 381 MTLOG_DEBUG("only send, without recv"); in WaitRecv() 552 MTLOG_DEBUG("net handler not set"); in DetachConn() 828 MTLOG_DEBUG("socket link just free"); in Destroy() 1152 MTLOG_DEBUG("recv data with no wait item, err"); in GetSessionCallback() 1301 MTLOG_DEBUG("no recv wait, skip first block"); in DispathUdp() 1310 MTLOG_DEBUG("maybe wrong pkg come, skip it"); in DispathUdp() [all …]
|
| H A D | mt_concurrent.cpp | 198 MTLOG_DEBUG("Open connect timeout, errno %d", errno); in mt_multi_open() 280 MTLOG_DEBUG("send data timeout"); in mt_multi_sendto() 364 MTLOG_DEBUG("Recv data timeout, curr %llu, start: %llu", curr_ms, start_ms); in mt_multi_recvfrom() 457 MTLOG_DEBUG("send recv failed: %d", pAction->GetErrno()); in mt_msg_sendrcv() 464 MTLOG_DEBUG("action process failed: %d", iRet); in mt_msg_sendrcv()
|
| H A D | mt_action.cpp | 151 MTLOG_DEBUG("handleecode failed, ret %d", ret); in DoEncode() 174 MTLOG_DEBUG("HandleInput failed, ret %d", ret); in DoInput() 195 MTLOG_DEBUG("handleprocess failed, ret %d", ret); in DoProcess()
|
| H A D | mt_connection.cpp | 227 MTLOG_DEBUG("Open connect not ok, maybe first try, sock %d, errno %d", _osfd, err); in OpenCnnect() 441 MTLOG_DEBUG("obj %p repeat detach, error", this); in IdleDetach() 468 MTLOG_DEBUG("keep timeout[%u], fd %d, close connection", _keep_time, _osfd); in timer_notify() 674 MTLOG_DEBUG("conn _ntfy_obj %p, no recv event, retry it", _ntfy_obj); in RecvData() 685 MTLOG_DEBUG("conn msg buff %p, no recv comm", _msg_buff); in RecvData()
|
| H A D | mt_notify.cpp | 166 MTLOG_DEBUG("remote close connection, fd %d", osfd); in InputNotify() 191 MTLOG_DEBUG("session %d, not find, maybe timeout, drop pkg", sessionid); in InputNotify() 318 MTLOG_DEBUG("remote close, fd %d, close connection", _fd); in KeepaliveClose()
|
| H A D | mt_api.cpp | 493 MTLOG_DEBUG("task process failed(%d), log", rc); in mt_task_process() 515 MTLOG_DEBUG("no task for execult"); in mt_exec_all_task()
|
| H A D | micro_thread.h | 541 #define MTLOG_DEBUG(fmt, args...) \ macro
|
| H A D | micro_thread.cpp | 995 MTLOG_DEBUG("epoll schedule failed, errno: %d", errno); in recvfrom() 1302 MTLOG_DEBUG("epoll schedule failed, errno: %d", errno); in recv()
|
| H A D | mt_cache.cpp | 422 MTLOG_DEBUG("remote close, socket: %d", fd); in cache_tcp_recv()
|