Home
last modified time | relevance | path

Searched refs:ithread (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs104 } ithread; typedef
111 ithread *context;
198 STATIC ithread *
399 ithread *thread = (ithread *)mg->mg_ptr; in ithread_mg_get()
408 ithread *thread = (ithread *)mg->mg_ptr; in ithread_mg_free()
547 ithread *thread = (ithread *)arg; in S_ithread_run()
741 STATIC ithread *
758 STATIC ithread *
788 thread = (ithread *)PerlMemShared_malloc(sizeof(ithread));
1563 ithread *thr1 = INT2PTR(ithread *, SvIV(SvRV(ST(0))));
[all …]
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlmod.pod594 X<CLONE> X<CLONE_SKIP> X<thread> X<threads> X<ithread>
H A Dperl581delta.pod448 footprint of one ithread has been reduced by several hundred kilobytes.
H A Dperl589delta.pod1285 configurations, and the number of scalars that need to be copied for ithread
H A Dperl5220delta.pod686 A bug where, after an ithread creation or pseudofork, special/immortal SVs in
687 the child ithread/pseudoprocess did not have the correct class of
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DChangeLog473 a new Perl context for each new ithread.
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DChanges811 - Win32 and any ithread build: ppport.h didn't define
/openbsd/gnu/usr.bin/perl/
H A DMANIFEST4590 dist/threads/t/free.t Test ithread destruction
4591 dist/threads/t/free2.t More ithread destruction tests
4606 dist/threads/t/thread.t General ithread tests from thr5005