OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddFd
(Results
1 - 3
of
3
) sorted by null
/system/core/libappfuse/include/libappfuse/
EpollController.h
34
bool
AddFd
(int fd, int events, void* data);
/system/core/libappfuse/
EpollController.cc
38
bool EpollController::
AddFd
(int fd, int events, void* data) {
FuseAppLoop.cc
216
if (!epoll_controller->
AddFd
(fd_, EPOLLIN, &last_event)) {
219
if (!epoll_controller->
AddFd
(break_fd_, EPOLLIN, &break_event)) {
Completed in 921 milliseconds