Home
last modified time | relevance | path

Searched refs:worker_mutex (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c1189 pthread_mutex_lock(&p->worker_mutex); in mt_signal_worker()
1192 pthread_mutex_unlock(&p->worker_mutex); in mt_signal_worker()
1202 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1208 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1231 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1242 pthread_cond_wait(&p->worker_cond, &p->worker_mutex); in worker_main()
1246 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1259 pthread_mutex_lock(&p->worker_mutex); in mt_stop_worker()
1263 pthread_mutex_unlock(&p->worker_mutex); in mt_stop_worker()
1270 pthread_mutex_destroy(&p->worker_mutex); in mt_stop_worker()
[all …]