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

Class stCoCondItem_t

co_routine.cpp:1064–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062//co cond
1063struct stCoCond_t;
1064struct stCoCondItem_t
1065{
1066 stCoCondItem_t *pPrev;
1067 stCoCondItem_t *pNext;
1068 stCoCond_t *pLink;
1069
1070 stTimeoutItem_t timeout;
1071};
1072struct stCoCond_t
1073{
1074 stCoCondItem_t *head;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected