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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dthread.h34 # define PERL_SET_CONTEXT(t) Perl_set_context((void*)t) macro
155 #define PERL_SET_CONTEXT(t) cthread_set_data(cthread_self(), t) macro
316 #ifndef PERL_SET_CONTEXT
317 # define PERL_SET_CONTEXT(t) \ macro
324 #endif /* PERL_SET_CONTEXT */
H A Dperl.h2194 # define PERL_SET_THX(t) PERL_SET_CONTEXT(t)
4034 #ifndef PERL_SET_CONTEXT
4035 # define PERL_SET_CONTEXT(i) PERL_SET_INTERP(i) macro

Completed in 29 milliseconds