Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/lib/
DBenchmark.pm673 $_Usage{runloop} = <<'USAGE';
677 sub runloop { subroutine
746 $wn = &runloop($n, ref( $code ) ? sub { } : '' );
753 $wc = &runloop($n, $code);
DBenchmark.t684 delete $usage{runloop}; # not public, not worrying about it just now
/openbsd/src/gnu/usr.bin/perl/pod/
Dperldtrace.pod106 Traces the execution of each opcode in the Perl runloop. This probe
Dperl5140delta.pod1060 Signal dispatch has been moved from the runloop into control ops.
/openbsd/src/usr.sbin/nsd/doc/
DChangeLog5308 Instead the work is done in the runloop in server.c and sent by socket.
/openbsd/src/usr.sbin/unbound/doc/
DChangelog10648 - libevent doesn't like comm_base_exit outside of runloop.