MCPcopy Create free account
hub / github.com/Tencent/phxqueue / ThreadRunFunc

Function ThreadRunFunc

phxqueue/comm/utils/benchmark_util.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static void *ThreadRunFunc(void *void_args) {
54 ThreadRunFuncArgs_t *args{reinterpret_cast<ThreadRunFuncArgs_t *>(void_args)};
55 args->bm->BeforeThreadRun();
56 args->bm->ThreadRun(args->vtid);
57 return nullptr;
58}
59
60static void *RoutineRunFunc(void *arg) {
61 co_enable_hook_sys();

Callers

nothing calls this directly

Calls 1

ThreadRunMethod · 0.80

Tested by

no test coverage detected