MCPcopy Create free account
hub / github.com/defold/defold / IsServerInitialized

Function IsServerInitialized

engine/dlib/src/dlib/log.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97static int32_atomic_t g_ListenersCount;
98
99static 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
105static void dmLogInitSocket( dmSocket::Socket& server_socket )

Callers 4

dmLogUpdateNetworkFunction · 0.85
dmLogDispatchFunction · 0.85
LogFinalizeFunction · 0.85
LogInternalFunction · 0.85

Calls 1

dmAtomicGet32Function · 0.85

Tested by

no test coverage detected