Home
last modified time | relevance | path

Searched refs:cloning (Results 1 – 25 of 30) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/
Dtied_hook.t70 my ($self, $cloning, $frozen) = @_;
112 my ($self, $cloning, $frozen) = @_;
144 my ($self, $cloning, $frozen) = @_;
229 my ($self, $cloning) = @_;
230 return if $cloning;
235 my ($self, $cloning, $data) = @_;
236 return if $cloning;
Drecurse.t40 my $cloning = shift;
47 my $cloning = shift;
66 my ($cloning) = @_;
67 return if $cloning;
73 my ($cloning, $undef, $a, $obj) = @_;
101 my ($cloning, $undef, $a, $r, $obj, $ext) = @_;
129 my $cloning = shift;
Dattach_errors.t205 my ($self, $cloning) = @_;
210 my ($class, $cloning, $string) = @_;
260 my ($self, $cloning) = @_;
265 my ($class, $cloning, $string) = @_;
Dblessed.t53 my $cloning = shift;
131 my $cloning = shift;
/mirbsd/src/sbin/route/
Dkeywords.sh15 cloning
/mirbsd/src/gnu/usr.bin/perl/ext/threads/t/
Dproblems.t40 # which was caused by cloning stashes
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl587delta.pod204 The internal pointer mapping hash used during ithreads cloning now uses an
205 arena for memory allocation. In tests this reduced ithreads cloning time by
Dperlmod.pod549 Ithreads work by cloning the data tree so that no data is shared
556 like for example handle the cloning of non-Perl data, if necessary.
562 will be passed in to give more information about the state of cloning.
569 called just before cloning starts, and in the context of the parent
Dperl585delta.pod163 by a poor hashing algorithm in the thread cloning routines, which has now
Dperlintern.pod624 If fake, it means we're cloning an existing entry
673 run-time cloning: don't add fake entries, just find the lexical and add a
Dperlfork.pod168 cloning and restarting the stacks used by the Perl parser in the
Dperl588delta.pod1002 using the C<ithreads> cloning tracking code.
Dperltooc.pod219 in the method cloning version, C<$Some_Class::ClassData{CData1}>.
257 What about just using a single hash for everything and then cloning
Dperl56delta.pod12 =head2 Interpreter cloning, threads, and concurrency
33 Support for cloning interpreters and interpreter concurrency can be
Dperl561delta.pod608 =head2 Interpreter cloning, threads, and concurrency
629 Support for cloning interpreters and interpreter concurrency can be
Dperltoc.pod7171 =item Interpreter cloning, threads, and concurrency
7555 =item Interpreter cloning, threads, and concurrency
19232 C<STORABLE_freeze> I<obj>, I<cloning>, C<STORABLE_thaw> I<obj>, I<cloning>,
19233 I<serialized>, .., C<STORABLE_attach> I<class>, I<cloning>, I<serialized>
Dperl58delta.pod778 can do whatever you need to do, like for example handle the cloning of
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DREADME38 retrieval is performed, and/or what deep cloning should do on those
DStorable.xs1778 int cloning, in scalar_call() argument
1786 TRACEME(("scalar_call (cloning=%d)", cloning)); in scalar_call()
1793 XPUSHs(sv_2mortal(newSViv(cloning))); /* Cloning flag */ in scalar_call()
1835 int cloning) in array_call() argument
1842 TRACEME(("array_call (cloning=%d)", cloning)); in array_call()
1849 XPUSHs(sv_2mortal(newSViv(cloning))); /* Cloning flag */ in array_call()
/mirbsd/src/sys/net/
Dif.c454 int cloning = (rt->rt_flags & RTF_CLONING); in if_detach_rtdelete() local
457 rt_mask(rt), 0, NULL) == 0 && cloning) in if_detach_rtdelete()
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.8.5580 still problems with backreferences + reverse cloning
1277 grown, leading to extremely slow cloning.
DChanges5.8.7486 Allocate pointer table entries (for ithread cloning) from an arena
591 cloning objects during thread creation
DChanges5.001331 cloning objects.
DChanges5.8.41019 Fix a bug in the cloning of regexps
DChanges5.8.19615 Fixes bug #17043, resets PL_srand_called before the cloning.
11744 18142 Re: threads and Win2000 (ithread cloning prob fix)
13212 the stash of the object to be cloned, cloning the entire syntax

12