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

Class stTimeout_t

co_routine.cpp:353–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352};
353struct stTimeout_t
354{
355 stTimeoutItemLink_t *pItems;
356 int iItemSize;
357
358 unsigned long long ullStart;
359 long long llStartIdx;
360};
361stTimeout_t *AllocTimeout( int iSize )
362{
363 stTimeout_t *lp = (stTimeout_t*)calloc( 1,sizeof(stTimeout_t) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected