MCPcopy Create free account
hub / github.com/Tencent/libco / get_fd_map

Function get_fd_map

co_epoll.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116__thread clsFdMap *s_fd_map = NULL;
117
118static inline clsFdMap *get_fd_map()
119{
120 if( !s_fd_map )
121 {
122 s_fd_map = new clsFdMap();
123 }
124 return s_fd_map;
125}
126
127struct kevent_pair_t
128{

Callers 2

co_epoll_delFunction · 0.85
co_epoll_ctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected