Searched defs:Thread (Results 1 – 4 of 4) sorted by relevance
53 typedef struct Thread Thread; typedef54 struct Thread { struct59 void (*xOp)(Thread*); /* next operation to do */ argument60 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
33 typedef struct Thread Thread; typedef34 struct Thread { struct38 void (*xOp)(Thread*); /* next operation to do */ argument61 static Thread threadset[N_THREAD]; argument
267 typedef struct Thread Thread; typedef268 struct Thread { struct272 void (*xMain)(ThreadSet *, int, void *); argument274 ThreadSet *pThreadSet; argument280 Thread *aThread; /* Array of Thread structures */ argument
428 typedef struct Thread Thread; typedef451 struct Thread { struct452 int iTid; /* Thread number within test */ argument456 uintptr_t winTid; /* Thread handle */ argument458 pthread_t tid; /* Thread id */ argument460 char *(*xProc)(int, void*); /* Thread main proc */ argument462 Thread *pNext; /* Next in this list of threads */ argument