Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest2.c34 volatile int all_stop = 0; variable
45 all_stop = 1; in check_callback()
59 if( all_stop ) return 0; in integrity_check()
65 if( all_stop ){ in integrity_check()
80 while( !all_stop && cnt++<10000 ){ in worker()
85 if( all_stop ){ sqlite3_close(db); break; } in worker()
126 if( !all_stop ){ in main()