Searched defs:Thread (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dtest4.c32 typedef struct Thread Thread; typedef in typeref:struct:Thread
33 struct Thread { struct
37 void (*xOp)(Thread*); /* next operation to do */
60 static Thread threadset[N_THREAD];
67 Thread *p = (Thread*)pArg;
159 static void thread_wait(Thread *p){
194 static void stop_thread(Thread *p){
440 static void do_compile(Thread *
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h3503 typedef struct perl_thread *Thread; typedef in typeref:struct:perl_thread
3506 typedef void *Thread; typedef

Completed in 39 milliseconds