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

Function FreeTimeout

co_routine.cpp:373–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 return lp;
372}
373void FreeTimeout( stTimeout_t *apTimeout )
374{
375 free( apTimeout->pItems );
376 free ( apTimeout );
377}
378int AddTimeout( stTimeout_t *apTimeout,stTimeoutItem_t *apItem ,unsigned long long allNow )
379{
380 if( apTimeout->ullStart == 0 )

Callers 1

FreeEpollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected