HomeSort by relevance Sort by last modified time
    Searched refs:highStress (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_pcache.c 39 unsigned highStress; /* Call xStress agressively */
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;
test_malloc.c 977 int highStress = 0;
981 "INSTALLFLAG DISCARDCHANCE PRNGSEEED HIGHSTRESS");
991 if( objc>=5 && Tcl_GetIntFromObj(interp, objv[4], &highStress) ){
1000 (unsigned)highStress);
    [all...]

Completed in 33 milliseconds