Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_async.c89 static Tcl_ThreadCreateType tclWriterThread(ClientData pIsStarted){ in tclWriterThread() function
117 rc = Tcl_CreateThread(&x, tclWriterThread, threadData, nStack, flags); in testAsyncStart()