Searched defs:ServerState (Results 1 – 1 of 1) sorted by relevance
252 static struct ServerState { struct253 pthread_mutex_t queueMutex; /* Hold this mutex to access the msg queue */254 pthread_mutex_t serverMutex; /* Held by the server while it is running */255 pthread_cond_t serverWakeup; /* Signal this condvar to wake up the server */256 volatile int serverHalt; /* Server halts itself when true */257 SqlMessage *pQueueHead; /* Head of the message queue */258 SqlMessage *pQueueTail; /* Tail of the message queue */