Searched refs:closedb (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/sqlite/src/test/ |
D | tt3_checkpoint.c | 86 closedb(&err, &db); in checkpoint_starvation_reader() 126 closedb(&err, &db); in checkpoint_starvation_main()
|
D | threadtest3.c | 42 #define closedb(y,z) (SEL(y), closedb_x(y,z)) macro 931 closedb(&err, &db); in walthread1_thread() 949 closedb(&err, &db); in walthread1_ckpt_thread() 1010 closedb(&err, &db); in walthread2_thread() 1024 closedb(&err, &db); in walthread2() 1067 closedb(&err, &db); in walthread3_thread() 1086 closedb(&err, &db); in walthread3() 1105 closedb(&err, &db); in walthread4_reader_thread() 1125 closedb(&err, &db); in walthread4_writer_thread() 1141 closedb(&err, &db); in walthread4() [all …]
|