Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ kevent
Class
kevent
test/bthread_fd_unittest.cpp:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
# elif defined(OS_MACOSX)
109
struct kevent kqueue_event;
110
EV_SET(&kqueue_event, m->fd, EVFILT_READ, EV_ADD | EV_ENABLE | EV_ONESHOT,
111
0, 0, m);
112
kevent(m->epfd, &kqueue_event, 1, NULL, 0, NULL);
Callers
4
process_thread
Function · 0.70
epoll_thread
Function · 0.70
TEST
Function · 0.70
epoll_waiter
Function · 0.70
Calls
no outgoing calls
Tested by
4
process_thread
Function · 0.56
epoll_thread
Function · 0.56
TEST
Function · 0.56
epoll_waiter
Function · 0.56