Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dkqueue_proxy.cpp500 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlAdd() local
501 kqueue_assert(fd_ref != NULL); in KqueueCtlAdd()
507 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlAdd()
513 fd_ref->SetNotifyObj(this); in KqueueCtlAdd()
518 fd_ref->SetNotifyObj(old_obj); in KqueueCtlAdd()
528 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlDel() local
529 kqueue_assert(fd_ref != NULL); in KqueueCtlDel()
534 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlDel()
540 fd_ref->SetNotifyObj(NULL); in KqueueCtlDel()
545 fd_ref->SetNotifyObj(old_obj); in KqueueCtlDel()
H A Dmt_notify.cpp249 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlAdd() local
254 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlAdd()
274 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlDel() local
279 KqueuerObj* old_obj = fd_ref->GetNotifyObj(); in KqueueCtlDel()