Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/threads/
Dthreads.xs104 } ithread; typedef
111 ithread *context;
122 ithread main_thread;
192 S_ithread_set(pTHX_ ithread *thread) in S_ithread_set()
198 STATIC ithread *
214 S_ithread_clear(pTHX_ ithread *thread) in S_ithread_clear()
283 S_ithread_free(pTHX_ ithread *thread) in S_ithread_free()
346 S_ithread_count_inc(pTHX_ ithread *thread) in S_ithread_count_inc()
399 ithread *thread = (ithread *)mg->mg_ptr; in ithread_mg_get()
408 ithread *thread = (ithread *)mg->mg_ptr; in ithread_mg_free()
[all …]
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlmod.pod594 X<CLONE> X<CLONE_SKIP> X<thread> X<threads> X<ithread>
Dperl581delta.pod448 footprint of one ithread has been reduced by several hundred kilobytes.
Dperl589delta.pod1285 configurations, and the number of scalars that need to be copied for ithread
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/src/gnu/usr.bin/perl/dist/Storable/
DChangeLog473 a new Perl context for each new ithread.
/openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/
DChanges811 - Win32 and any ithread build: ppport.h didn't define
/openbsd/src/gnu/usr.bin/perl/
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