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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest2.c37 volatile int all_stop = 0; variable
41 ** than "ok" it means the integrity check has failed. Set the "all_stop"
47 all_stop = 1;
61 if( all_stop ) return 0;
67 if( all_stop ){
80 while( !all_stop && cnt++<10000 ){
85 if( all_stop ){ sqlite_close(db); break; }
120 if( !all_stop ){

Completed in 67 milliseconds