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

Class stHookPThreadSpec_t

co_routine.cpp:1011–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009 return co_get_curr_thread_env()->pEpoll;
1010}
1011struct stHookPThreadSpec_t
1012{
1013 stCoRoutine_t *co;
1014 void *value;
1015
1016 enum
1017 {
1018 size = 1024
1019 };
1020};
1021void *co_getspecific(pthread_key_t key)
1022{
1023 stCoRoutine_t *co = GetCurrThreadCo();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected