Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c1801 int evfd; in init_mp_common() local
1822 evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in init_mp_common()
1823 if (evfd < 0) { in init_mp_common()
1828 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp_common()
1846 ret = epoll_ctl(epollfd, EPOLL_CTL_ADD, evfd, &epev); in init_mp_common()
1852 mpevfd[level] = evfd; in init_mp_common()
1857 close(evfd); in init_mp_common()