Lines Matching refs:MTLOG_ERROR
66 MTLOG_ERROR("calloc stack failed, size %u", sizeof(MtStack)); in InitStack()
78 MTLOG_ERROR("mmap stack failed, size %d,errmsg: %s.", memsize,strerror(errno)); in InitStack()
149 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()
324 MTLOG_ERROR("frame and act thread null, %p, %p", frame, thread); in ScheduleSleep()
337 MTLOG_ERROR("frame and act thread null, %p, %p", frame, thread); in SchedulePend()
350 MTLOG_ERROR("frame and act thread null, %p, %p", frame, thread); in ScheduleUnpend()
363 MTLOG_ERROR("frame and act thread null, %p, %p", frame, thread); in ScheduleReclaim()
375 MTLOG_ERROR("frame and act thread null, %p, %p", frame, thread); in ScheduleStartRun()
395 MTLOG_ERROR("init pool, thread %p init failed", thread); in InitialPool()
452 MTLOG_ERROR("total %d is outof max: %d", _total_num,_max_num); in AllocThread()
460 MTLOG_ERROR("thread alloc failed, thread: %p", thread); in AllocThread()
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()
811 MTLOG_ERROR("remove heap failed , rc %d", rc); in RemoveSleep()
917 MTLOG_ERROR("active thread null, epoll schedule failed"); in KqueueSchedule()
934 MTLOG_ERROR("epoll add failed, errno: %d", errno); in KqueueSchedule()
971 MTLOG_ERROR("recvfrom failed, errno: %d (%m)", errno); in recvfrom()
1009 MTLOG_ERROR("recvfrom failed, errno: %d", errno); in recvfrom()
1031 MTLOG_ERROR("sendto failed, errno: %d (%m)", errno); in sendto()
1051 MTLOG_ERROR("sendto failed, errno: %d", errno); in sendto()
1077 MTLOG_ERROR("connect failed, errno: %d (%m)", errno); in connect()
1102 MTLOG_ERROR("connect failed, errno: %d", errno); in connect()
1128 MTLOG_ERROR("accept failed, errno: %d (%m)", errno); in accept()
1148 MTLOG_ERROR("accept failed, errno: %d", errno); in accept()
1174 MTLOG_ERROR("read failed, errno: %d (%m)", errno); in read()
1194 MTLOG_ERROR("read failed, errno: %d", errno); in read()
1220 MTLOG_ERROR("write failed, errno: %d (%m)", errno); in write()
1244 MTLOG_ERROR("write failed, errno: %d", errno); in write()
1278 MTLOG_ERROR("recv failed, errno: %d (%m)", errno); in recv()
1316 MTLOG_ERROR("recv failed, errno: %d", errno); in recv()
1338 MTLOG_ERROR("send failed, errno: %d (%m)", errno); in send()
1362 MTLOG_ERROR("write failed, errno: %d", errno); in send()