Home
last modified time | relevance | path

Searched defs:ServerState (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_server.c252 static struct ServerState { struct
253 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 */