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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_pcache.c39 unsigned highStress; /* Call xStress agressively */ member in struct:testpcacheGlobalType
222 /* Do not allocate if highStress is enabled and createFlag is not 2.
224 ** The highStress setting causes pagerStress() to be called much more
227 if( testpcacheGlobal.highStress && createFlag<2 ){
423 unsigned highStress /* Call xStress agressively */
446 testpcacheGlobal.highStress = highStress;
H A Dtest_malloc.c977 int highStress = 0; local
991 if( objc>=5 && Tcl_GetIntFromObj(interp, objv[4], &highStress) ){
1000 (unsigned)highStress);

Completed in 303 milliseconds