| 113 | |
| 114 | public: |
| 115 | LocalSocketServer() { |
| 116 | inst = NULL; |
| 117 | running = 0; |
| 118 | } |
| 119 | |
| 120 | static void* localServerRespThread(void *args) { |
| 121 | pdbg("localServerRespThread run pid:%d tid:%d", getpid(), gettid()); |
nothing calls this directly
no outgoing calls
no test coverage detected