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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_server.c232 pthread_mutex_t clientMutex; /* Hold this mutex to access the message */ member in struct:SqlMessage
275 pthread_mutex_init(&pMsg->clientMutex, 0);
294 pthread_mutex_lock(&pMsg->clientMutex);
297 pthread_cond_wait(&pMsg->clientWakeup, &pMsg->clientMutex);
299 pthread_mutex_unlock(&pMsg->clientMutex);
303 pthread_mutex_destroy(&pMsg->clientMutex);
421 pthread_mutex_lock(&pMsg->clientMutex);
453 pthread_mutex_unlock(&pMsg->clientMutex);

Completed in 728 milliseconds