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

/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest2.c34 volatile int all_stop = 0; variable
38 ** than "ok" it means the integrity check has failed. Set the "all_stop"
45 all_stop = 1;
59 if( all_stop ) return 0;
65 if( all_stop ){
80 while( !all_stop && cnt++<10000 ){
85 if( all_stop ){ sqlite3_close(db); break; }
126 if( !all_stop ){

Completed in 68 milliseconds