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

Function coctx_init

coctx.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89};
90#if defined(__i386__)
91int coctx_init( coctx_t *ctx )
92{
93 memset( ctx,0,sizeof(*ctx));
94 return 0;
95}
96int coctx_make( coctx_t *ctx,coctx_pfn_t pfn,const void *s,const void *s1 )
97{
98 //make room for coctx_param

Callers 1

co_init_curr_thread_envFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected