Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest7.c53 typedef struct Thread Thread; typedef
54 struct Thread { struct
59 void (*xOp)(Thread*); /* next operation to do */ argument
60 char *zArg; /* argument usable by xOp */
61 volatile int opnum; /* Operation number */
62 volatile int busy; /* True if this thread is in use */
90 static Thread threadset[N_THREAD]; argument
H A Dtest4.c33 typedef struct Thread Thread; typedef
34 struct Thread { struct
38 void (*xOp)(Thread*); /* next operation to do */ argument
61 static Thread threadset[N_THREAD]; argument
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest5.c267 typedef struct Thread Thread; typedef
268 struct Thread { struct
272 void (*xMain)(ThreadSet *, int, void *); argument
274 ThreadSet *pThreadSet; argument
280 Thread *aThread; /* Array of Thread structures */ argument
/sqlite-3.40.0/test/
H A Dthreadtest3.c428 typedef struct Thread Thread; typedef
451 struct Thread { struct
452 int iTid; /* Thread number within test */ argument
456 uintptr_t winTid; /* Thread handle */ argument
458 pthread_t tid; /* Thread id */ argument
460 char *(*xProc)(int, void*); /* Thread main proc */ argument
462 Thread *pNext; /* Next in this list of threads */ argument