Searched refs:old_obj (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | kqueue_proxy.cpp | 507 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlAdd() local 508 if ((old_obj != NULL) && (old_obj != this)) in KqueueCtlAdd() 510 MTLOG_ERROR("kqfd ref conflict, fd: %d, old: %p, now: %p", osfd, old_obj, this); in KqueueCtlAdd() 518 fd_ref->SetNotifyObj(old_obj); in KqueueCtlAdd() 534 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlDel() local 535 if (old_obj != this) in KqueueCtlDel() 537 MTLOG_ERROR("kqfd ref conflict, fd: %d, old: %p, now: %p", osfd, old_obj, this); in KqueueCtlDel() 545 fd_ref->SetNotifyObj(old_obj); in KqueueCtlDel()
|
| H A D | mt_notify.cpp | 254 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlAdd() local 255 if ((old_obj != NULL) && (old_obj != this)) in KqueueCtlAdd() 257 MTLOG_ERROR("epfd ref conflict, fd: %d, old: %p, now: %p", osfd, old_obj, this); in KqueueCtlAdd() 279 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlDel() local 280 if (old_obj != this) in KqueueCtlDel() 282 MTLOG_ERROR("epfd ref conflict, fd: %d, old: %p, now: %p", osfd, old_obj, this); in KqueueCtlDel()
|