| 97 | static int32_atomic_t g_ListenersCount; |
| 98 | |
| 99 | static inline bool IsServerInitialized() |
| 100 | { |
| 101 | return dmAtomicGet32(&g_LogServerInitialized) > 0; |
| 102 | } |
| 103 | |
| 104 | // create and bind the server socket, will reuse old port if supplied handle valid |
| 105 | static void dmLogInitSocket( dmSocket::Socket& server_socket ) |
no test coverage detected