Searched refs:ithread (Results 1 – 8 of 8) sorted by relevance
104 } ithread; typedef111 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 …]
594 X<CLONE> X<CLONE_SKIP> X<thread> X<threads> X<ithread>
448 footprint of one ithread has been reduced by several hundred kilobytes.
1285 configurations, and the number of scalars that need to be copied for ithread
686 A bug where, after an ithread creation or pseudofork, special/immortal SVs in687 the child ithread/pseudoprocess did not have the correct class of
473 a new Perl context for each new ithread.
811 - Win32 and any ithread build: ppport.h didn't define
4590 dist/threads/t/free.t Test ithread destruction4591 dist/threads/t/free2.t More ithread destruction tests4606 dist/threads/t/thread.t General ithread tests from thr5005