Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dtest4.c37 void (*xOp)(Thread*); /* next operation to do */ member
75 while( p->xOp ){ in thread_main()
80 (*p->xOp)(p); in thread_main()
196 p->xOp = 0; in stop_thread()
477 threadset[i].xOp = do_compile; in tcl_thread_compile()
520 threadset[i].xOp = do_step; in tcl_thread_step()
562 threadset[i].xOp = do_finalize; in tcl_thread_finalize()