Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/threads/
Dthreads.xs78 #define PERL_ITHR_UNCALLABLE (PERL_ITHR_DETACHED|PERL_ITHR_JOINED) macro
222 (thread->state & PERL_ITHR_UNCALLABLE)) in S_ithread_clear()
298 (thread->state & PERL_ITHR_UNCALLABLE)); in S_ithread_free()
1246 if (state & PERL_ITHR_UNCALLABLE) {
1330 if ((join_err = (thread->state & PERL_ITHR_UNCALLABLE))) {
1454 if (! (detach_err = (thread->state & PERL_ITHR_UNCALLABLE))) {
1628 if (! (state & PERL_ITHR_UNCALLABLE)) {
1744 ! (thread->state & PERL_ITHR_UNCALLABLE))