Home
last modified time | relevance | path

Searched refs:sqlite3_blocking_step (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Dnotify2.test19 # The tests in this file test the sqlite3_blocking_step() function in
20 # test_thread.c. sqlite3_blocking_step() is not an SQLite API function,
25 # Since the implementation of sqlite3_blocking_step() is included on the
40 # other using sqlite3_blocking_step(). The results are compared to ensure
41 # that sqlite3_blocking_step() resulted in higher transaction throughput.
171 1 sqlite3_blocking_step sqlite3_blocking_prepare_v2
233 # The following tests checks to make sure sqlite3_blocking_step() is
253 double($anSuccess(sqlite3_blocking_step)) /
254 double($anAttempt(sqlite3_blocking_step))
/sqlite-3.40.0/src/
H A Dtest_thread.c492 int sqlite3_blocking_step(sqlite3_stmt *pStmt){ in sqlite3_blocking_step() function
550 rc = sqlite3_blocking_step(pStmt); in blocking_step_proc()