Searched refs:opendb (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/sqlite/src/test/ |
D | threadtest3.c | 41 #define opendb(w,x,y,z) (SEL(w), opendb_x(w,x,y,z)) macro 903 opendb(&err, &db, "test.db", 0); in walthread1_thread() 942 opendb(&err, &db, "test.db", 0); in walthread1_ckpt_thread() 961 opendb(&err, &db, "test.db", 1); in walthread1() 992 opendb(&err, &db, "test.db", 0); in walthread2_thread() 1022 opendb(&err, &db, "test.db", 1); in walthread2() 1041 opendb(&err, &db, "test.db", 0); in walthread3_thread() 1078 opendb(&err, &db, "test.db", 1); in walthread3() 1101 opendb(&err, &db, "test.db", 0); in walthread4_reader_thread() 1116 opendb(&err, &db, "test.db", 0); in walthread4_writer_thread() [all …]
|
D | tt3_checkpoint.c | 73 opendb(&err, &db, "test.db", 0); in checkpoint_starvation_reader() 99 opendb(&err, &db, "test.db", 1); in checkpoint_starvation_main()
|
D | notify2.test | 90 proc opendb {} { 97 opendb 147 opendb
|