MCPcopy Create free account
hub / github.com/Tencent/phxsql / TickFunc

Function TickFunc

phxsqlproxy/worker_thread.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36}
37static int TickFunc(void* arg) {
38// phoenix::LogErr("%s:%d Tick", __func__, __LINE__);
39 return 0;
40}
41
42void WorkerThread::run() {
43 co_init_curr_thread_env();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected