Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c740 int evfd; in init_mp_common() local
759 evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in init_mp_common()
760 if (evfd < 0) { in init_mp_common()
765 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp_common()
780 ret = epoll_ctl(epollfd, EPOLL_CTL_ADD, evfd, &epev); in init_mp_common()
786 mpevfd[mpevfd_index] = evfd; in init_mp_common()
790 close(evfd); in init_mp_common()