Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest7.c89 #define N_THREAD 26 macro
90 static Thread threadset[N_THREAD];
267 for(i=0; i<N_THREAD; i++){ in tcl_client_halt()
283 for(i=0; i<N_THREAD && threadset[i].busy==0; i++){} in tcl_client_halt()
284 if( i>=N_THREAD ){ in tcl_client_halt()
287 for(i=0; i<N_THREAD && threadset[i].nServer==0; i++); in tcl_client_halt()
288 if( i==N_THREAD ) break; in tcl_client_halt()
H A Dtest4.c60 #define N_THREAD 26 macro
61 static Thread threadset[N_THREAD];
247 for(i=0; i<N_THREAD; i++){ in tcl_thread_halt()