OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:all_stop
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
threadtest2.c
34
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 383 milliseconds