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

Function RoutineFunc

example_setenv.cpp:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void* RoutineFunc(void* args)
66{
67 co_enable_hook_sys();
68
69 stRoutineArgs_t* g = (stRoutineArgs_t*)args;
70
71 SetAndGetEnv(g->iRoutineID);
72 return NULL;
73}
74
75int main(int argc, char* argv[])
76{

Callers

nothing calls this directly

Calls 2

co_enable_hook_sysFunction · 0.85
SetAndGetEnvFunction · 0.85

Tested by

no test coverage detected