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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h105 struct perl_thread;
106 # define pTHX register struct perl_thread *thr PERL_UNUSED_DECL
109 # define dTHXa(a) pTHX = (struct perl_thread*)a
2188 # define PERL_GET_THX ((struct perl_thread *)PERL_GET_CONTEXT)
2296 #define ARGSproto struct perl_thread *thr
3499 struct perl_thread { struct
3503 typedef struct perl_thread *Thread;

Completed in 39 milliseconds