Searched defs:alarmBusy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem3.c111 int alarmBusy; member in struct:Mem3Global
236 if( !mem3.alarmBusy ){
237 mem3.alarmBusy = 1;
242 mem3.alarmBusy = 0;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15219 int alarmBusy; member in struct:Mem3Global
15344 if( !mem3.alarmBusy ){
15345 mem3.alarmBusy = 1;
15350 mem3.alarmBusy = 0;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c17213 int alarmBusy; member in struct:Mem3Global
17338 if( !mem3.alarmBusy ){
17339 mem3.alarmBusy = 1;
17344 mem3.alarmBusy = 0;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17213 int alarmBusy; member in struct:Mem3Global
17338 if( !mem3.alarmBusy ){
17339 mem3.alarmBusy = 1;
17344 mem3.alarmBusy = 0;
[all...]

Completed in 421 milliseconds