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

Class pollfd

example_poll.cpp:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 co_self(),i,ret,errno,strerror(errno));
123 }
124 struct pollfd *pf = (struct pollfd*)calloc( 1,sizeof(struct pollfd) * v.size() );
125
126 for(size_t i=0;i<v.size();i++)
127 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected