Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest7.c173 if( threadset[i].busy ){ in tcl_client_create()
177 threadset[i].busy = 1; in tcl_client_create()
180 threadset[i].opnum = 1; in tcl_client_create()
186 threadset[i].busy = 0; in tcl_client_create()
506 threadset[i].opnum++; in tcl_client_compile()
557 threadset[i].opnum++; in tcl_client_step()
600 threadset[i].zArg = 0; in tcl_client_finalize()
601 threadset[i].opnum++; in tcl_client_finalize()
644 threadset[i].zArg = 0; in tcl_client_reset()
645 threadset[i].opnum++; in tcl_client_reset()
[all …]
H A Dtest4.c155 if( threadset[i].busy ){ in tcl_thread_create()
159 threadset[i].busy = 1; in tcl_thread_create()
162 threadset[i].opnum = 1; in tcl_thread_create()
168 threadset[i].busy = 0; in tcl_thread_create()
248 if( threadset[i].busy ) test_stop_thread(&threadset[i]); in tcl_thread_halt()
472 threadset[i].opnum++; in tcl_thread_compile()
524 threadset[i].opnum++; in tcl_thread_step()
567 threadset[i].zArg = 0; in tcl_thread_finalize()
569 threadset[i].opnum++; in tcl_thread_finalize()
606 threadset[i].db = threadset[j].db; in tcl_thread_swap()
[all …]