| 35 | } |
| 36 | } |
| 37 | static int TickFunc(void* arg) { |
| 38 | // phoenix::LogErr("%s:%d Tick", __func__, __LINE__); |
| 39 | return 0; |
| 40 | } |
| 41 | |
| 42 | void WorkerThread::run() { |
| 43 | co_init_curr_thread_env(); |
nothing calls this directly
no outgoing calls
no test coverage detected