Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest4.c34 void (*xOp)(Thread*); /* next operation to do */ member
72 while( p->xOp ){ in thread_main()
77 (*p->xOp)(p); in thread_main()
193 p->xOp = 0; in stop_thread()
474 threadset[i].xOp = do_compile; in tcl_thread_compile()
517 threadset[i].xOp = do_step; in tcl_thread_step()
559 threadset[i].xOp = do_finalize; in tcl_thread_finalize()