Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest4.c286 int iOuter; in worker_thread() local
292 for(iOuter=1; iOuter<=p->nWorker; iOuter++){ in worker_thread()
293 worker_open_connection(p, iOuter); in worker_thread()
295 worker_add_content(p, i*100+1, (i+1)*100, (p->tid+iOuter)%3 + 1); in worker_thread()
296 worker_add_content(p, i*100+1, (i+1)*100, (p->tid+iOuter+1)%3 + 1); in worker_thread()
297 worker_add_content(p, i*100+1, (i+1)*100, (p->tid+iOuter+2)%3 + 1); in worker_thread()
311 if( ((iOuter+p->tid)%3)==0 ){ in worker_thread()
326 if( iOuter==p->tid ){ in worker_thread()
351 worker_delete_all_content(p, (p->tid+iOuter)%2); in worker_thread()