Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest4.c284 static void *worker_thread(void *pArg){ in worker_thread() function
460 rc = pthread_create(&aInfo[i].id, 0, worker_thread, &aInfo[i]); in main()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c43 pthread_t worker_thread; /* Worker thread */ member
1266 pthread_join(p->worker_thread, &pDummy); in mt_stop_worker()
1348 if( rc==0 ) rc = pthread_create(&p->worker_thread, 0, worker_main, (void *)p); in mt_start_worker()