Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/threads/lib/
Dthreads.pm51 $threads::thread_exit_only = $arg =~ /^thread/i;
/openbsd/src/gnu/usr.bin/perl/dist/threads/
Dthreads.xs1084 SV *thread_exit_only; variable
1115 thread_exit_only = get_sv("threads::thread_exit_only", GV_ADD);
1116 exit_opt = (SvTRUE(thread_exit_only))