Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_connection.cpp257 MTLOG_ERROR("create tcp socket failed, error: %d", errno); in CreateSocket()
301 MTLOG_ERROR("send tcp socket failed, error: %d", errno); in SendData()
341 MTLOG_ERROR("recv tcp socket failed, error: %d", errno); in RecvData()
347 MTLOG_ERROR("tcp remote close, address: %s[%d]", in RecvData()
407 MTLOG_ERROR("obj %p repeat attach, error", this); in IdleAttach()
417 MTLOG_ERROR("obj %p attach timer failed, error", this); in IdleAttach()
428 MTLOG_ERROR("obj %p attach failed, error", this); in IdleAttach()
461 MTLOG_ERROR("obj %p detach failed, error", this); in IdleDetach()
499 MTLOG_ERROR("input param dst null, error"); in GetTcpKeepConn()
561 MTLOG_ERROR("new conn list failed, error"); in CacheTcpKeepConn()
[all …]
H A Dmt_api.cpp95 MTLOG_ERROR("create tcp socket failed, error: %m"); in mt_tcp_create_sock()
103 MTLOG_ERROR("get fd flags failed, error: %m"); in mt_tcp_create_sock()
113 MTLOG_ERROR("set fd flags failed, error: %m"); in mt_tcp_create_sock()
125 MTLOG_ERROR("get notify failed, logit"); in mt_tcp_get_keep_conn()
132 MTLOG_ERROR("get connection failed, dst[%p]", dst); in mt_tcp_get_keep_conn()
142 MTLOG_ERROR("create socket failed, ret[%d]", osfd); in mt_tcp_get_keep_conn()
173 MTLOG_ERROR("tcp socket[%d] remote close", sock); in mt_tcp_check_recv()
293 MTLOG_ERROR("create tcp socket failed, ret: %d", sock); in mt_tcpsendrcv_short()
405 MTLOG_ERROR("create tcp socket failed, ret: %d", sock); in mt_tcpsend_short()
486 MTLOG_ERROR("Invalid arg, error"); in mt_task_process()
[all …]
H A Dmt_net.cpp259 MTLOG_ERROR("get dest link handle failed"); in GetConnLink()
266 MTLOG_ERROR("get sock link handle failed"); in GetConnLink()
280 MTLOG_ERROR("get sock link handle failed"); in WaitConnect()
327 MTLOG_ERROR("get sock link handle failed"); in WaitSend()
492 MTLOG_ERROR("net handler invalid"); in SwitchToConn()
507 MTLOG_ERROR("net handler invalid"); in SwitchToSend()
522 MTLOG_ERROR("net handler invalid"); in SwitchToRecv()
537 MTLOG_ERROR("net handler invalid"); in SwitchToIdle()
858 MTLOG_ERROR("socket unblock failed, %m"); in CreateSock()
1136 MTLOG_ERROR("no more memory, error"); in ExtendRecvRsp()
[all …]
H A Dmt_notify.cpp80 MTLOG_ERROR("socket create failed, errno %d(%s)", errno, strerror(errno)); in CreateSocket()
87 MTLOG_ERROR("socket unblock failed, errno %d(%s)", errno, strerror(errno)); in CreateSocket()
160 MTLOG_ERROR("recv error, fd %d", osfd); in InputNotify()
180 MTLOG_ERROR("recv get session failed, len %d, fd %d, drop it", in InputNotify()
201 MTLOG_ERROR("sesson obj %p, no thread ptr %p, no conn %p wrong", in InputNotify()
263 MTLOG_ERROR("epfd ref add failed, log"); in KqueueCtlAdd()
288 MTLOG_ERROR("epfd ref del failed, log"); in KqueueCtlDel()
321 MTLOG_ERROR("_keep_conn ptr null, error"); in KeepaliveClose()
356 MTLOG_ERROR("session %d, register %p failed", session_name, session); in RegisterSession()
363 MTLOG_ERROR("session %d, register %p already", session_name, session); in RegisterSession()
[all …]
H A Dmt_concurrent.cpp50 MTLOG_ERROR("input action %p, or ntify null, error", action); in mt_multi_netfd_poll()
105 MTLOG_ERROR("Invalid param, conn %p null!!", action); in mt_multi_newsock()
117 MTLOG_ERROR("Invalid param, conn %p null!!", net_handler); in mt_multi_newsock()
180 MTLOG_ERROR("Invalid param, conn %p null!!", net_handler); in mt_multi_open()
255 MTLOG_ERROR("Invalid param, conn %p null!!", net_handler); in mt_multi_sendto()
263 MTLOG_ERROR("MultiItem msg send error, %d", errno); in mt_multi_sendto()
338 MTLOG_ERROR("Invalid param, conn %p null!!", net_handler); in mt_multi_recvfrom()
392 MTLOG_ERROR("mt_multi_sendrcv new sock failed, ret: %d", rc); in mt_multi_sendrcv_ex()
400 MTLOG_ERROR("mt_multi_sendrcv open failed, ret: %d", rc); in mt_multi_sendrcv_ex()
409 MTLOG_ERROR("mt_multi_sendrcv send failed, ret: %d", rc); in mt_multi_sendrcv_ex()
[all …]
H A Dkqueue_proxy.cpp125 MTLOG_ERROR("kqobj add failed, fd: %d", kqobj->GetOsfd()); in KqueueAdd()
159 MTLOG_ERROR("epobj del failed, fd: %d", kqobj->GetOsfd()); in KqueueDel()
174 MTLOG_ERROR("kqfd ref not find, failed, fd: %d", fd); in KqueueCtrlAdd()
248 MTLOG_ERROR("kqfd ref not find, failed, fd: %d", fd); in KqueueCtrlDelRef()
317 MTLOG_ERROR("kqobj input invalid, %p", obj); in KqueueAddObj()
344 MTLOG_ERROR("kqobj input invalid, %p", obj); in KqueueDelObj()
383 MTLOG_ERROR("kqfd ref not find, failed, fd: %d", osfd); in KqueueRcvEventList()
455 MTLOG_ERROR("kqueue fd obj, no thread ptr, wrong"); in InputNotify()
475 MTLOG_ERROR("kqueue fd obj, no thread ptr, wrong"); in OutputNotify()
517 MTLOG_ERROR("kqfd ref add failed, log"); in KqueueCtlAdd()
[all …]
H A Dmicro_thread.cpp149 MTLOG_ERROR("init stack failed"); in Initial()
255 MTLOG_ERROR("Sub thread no parent, error"); in WakeupParent()
314 MTLOG_ERROR("frame time failed, maybe not init"); in ScheduleGetTime()
529 MTLOG_ERROR("Init epoll or thread pool failed"); in InitFrame()
535 MTLOG_ERROR("Init heap list failed"); in InitFrame()
543 MTLOG_ERROR("Init heap timer failed"); in InitFrame()
551 MTLOG_ERROR("Alloc daemon thread failed"); in InitFrame()
562 MTLOG_ERROR("new _primo thread failed"); in InitFrame()
642 MTLOG_ERROR("create thread failed"); in CreateThread()
798 MTLOG_ERROR("Insert heap failed , rc %d", rc); in InsertSleep()
[all …]
H A Dmt_action.cpp74 MTLOG_ERROR("Action init failed, maybe action reused in actionlist, check it!!"); in InitConnEnv()
101 MTLOG_ERROR("Get conn failed, type: %d", conn_obj_type); in InitConnEnv()
109 MTLOG_ERROR("Maybe no memory, buffsize: %d, get failed", max_len); in InitConnEnv()
117 MTLOG_ERROR("Maybe no memory, ntfy type: %d, get failed", ntfy_obj_type); in InitConnEnv()
143 MTLOG_ERROR("conn(%p) or msgbuff(%p) null", _conn, msg_buff); in DoEncode()
166 MTLOG_ERROR("conn(%p) or msgbuff(%p) null", _conn, msg_buff); in DoInput()
188 MTLOG_ERROR("conn(%p) or msgbuff(%p) null", _conn, msg_buff); in DoProcess()
H A Dmt_mbuf_pool.cpp81 MTLOG_ERROR("MsgBuffPoll not init! hash %p,", _hash_map); in GetMsgBuf()
93 MTLOG_ERROR("Hash item: %p, msg_map: %p impossible, clean it", hash_item, msg_map); in GetMsgBuf()
101 MTLOG_ERROR("maybe no more memory, failed. size: %d", max_size); in GetMsgBuf()
113 MTLOG_ERROR("MsgBuffPoll not init or input error! hash %p, msg_buf %p", _hash_map, msg_buf); in FreeMsgBuf()
126 MTLOG_ERROR("MsgBuffPoll find no queue, maybe error: %d", msg_buf->GetMaxLen()); in FreeMsgBuf()
H A Dmt_session.cpp77 MTLOG_ERROR("Mngr not init(%p), or session null(%p)", _hash_map, session); in InsertSession()
83 MTLOG_ERROR("Session already in hash, bugs, %p, %d", session, flag); in InsertSession()
94 MTLOG_ERROR("Mngr not init(%p)", _hash_map); in FindSession()
106 MTLOG_ERROR("Mngr not init(%p)", _hash_map); in RemoveSession()
H A Dmt_cache.cpp46 MTLOG_ERROR("malloc failed, no more memory[%u]", total); in new_sk_buffer()
381 MTLOG_ERROR("recvfrom failed, fd[%d] ret %d[%m]", fd, rc); in cache_udp_recv()
433 MTLOG_ERROR("recv tcp socket failed, error: %d[%m]", errno); in cache_tcp_recv()
488 MTLOG_ERROR("tcp socket send failed, error: %d[%m]", errno); in cache_tcp_send()
506 MTLOG_ERROR("tcp socket[%d] send cache data failed, rc: %d", fd, ret); in cache_tcp_send_buff()
523 MTLOG_ERROR("tcp socket[%d] send failed, error: %d[%m]", fd, errno); in cache_tcp_send_buff()
532 MTLOG_ERROR("tcp socket[%d] apend data failed, rc: %d", fd, rc); in cache_tcp_send_buff()
H A Dheap_timer.cpp59 MTLOG_ERROR("timer start failed(%p), ret(%d)", timerable, ret); in start_timer()
H A Dmicro_thread.h561 #define MTLOG_ERROR(fmt, args...) \ macro