Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_async.c109 volatile int isStarted = 0; in testAsyncStart() local
110 ClientData threadData = (ClientData)&isStarted; in testAsyncStart()
123 while( isStarted==0 ) { /* Busy loop */ } in testAsyncStart()