Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest1.c192 int thread_cnt = 0; variable
203 thread_cnt++; in worker_bee()
240 thread_cnt--; in worker_bee()
241 if( thread_cnt<=0 ){ in worker_bee()
279 while( thread_cnt>0 ){ in main()