Searched refs:queueMutex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_server.c253 pthread_mutex_t queueMutex; /* Hold this mutex to access the msg queue */ member in struct:ServerState
280 pthread_mutex_lock(&g.queueMutex);
289 pthread_mutex_unlock(&g.queueMutex);
403 pthread_mutex_lock(&g.queueMutex);
405 pthread_cond_wait(&g.serverWakeup, &g.queueMutex);
416 pthread_mutex_unlock(&g.queueMutex);

Completed in 237 milliseconds