Lines Matching refs:C
48 # write-lock C
50 # At one point, the write-lock of C would fail on Linux.
55 thread_create C test.db
86 thread_compile C {CREATE TABLE t2(x,y)}
87 thread_step C
88 thread_result C
91 thread_finalize C
92 thread_result C
105 # 3: Attempt to write in thread C -> SQLITE_BUSY
108 # 6: Attempt to write in thread C -> SQLITE_BUSY
111 # 9: Attempt to write in thread C -> SQLITE_DONE
112 # 10: Finalize the write from thread C
129 thread_create C test.db
130 thread_compile C {INSERT INTO t2 VALUES(98,99)}
131 thread_step C
132 thread_result C
133 thread_finalize C
134 thread_result C
146 thread_compile C {INSERT INTO t2 VALUES(98,99)}
147 thread_step C
148 thread_result C
149 thread_finalize C
150 thread_result C
160 thread_compile C {INSERT INTO t2 VALUES(98,99)}
161 thread_step C
162 thread_result C
165 thread_finalize C
166 thread_result C