Searched refs:dTHR (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dfakethr.h14 /* With fake threads, thr is global(ish) so we don't need dTHR */
15 #define dTHR extern int errno macro
H A Dthread.h511 /* THR, SET_THR, and dTHR are there for compatibility with old versions */
520 #ifndef dTHR
521 # define dTHR dNOOP macro
H A Dperl.h108 # define dTHR dNOOP /* only backward compatibility */ macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm77 dTHR
242 * Including this header is the first major one, then using dTHR is all the
269 * fix for all possible problems. It won't catch where dTHR is needed, and
273 * In order to test for the need of dTHR, please try your module under a
437 #ifndef dTHR
438 # define dTHR dNOOP

Completed in 69 milliseconds