Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Thread-Semaphore/t/
H A D06_timed.t36 $st->down_timed(3);
40 $st->down_timed(3, 4);
46 $st->down_timed(3, 2);
51 ok(! $st->down_timed(1, 10), 'Thread 2 timed out');
H A D03_nothreads.t18 ok(! $s->down_timed(1), 'Non-threaded semaphore');
/openbsd/gnu/usr.bin/perl/dist/Thread-Semaphore/lib/Thread/
H A DSemaphore.pm69 sub down_timed { subroutine
/openbsd/gnu/usr.bin/perl/dist/Thread-Semaphore/
H A DChanges4 - Added ->down_timed()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5260delta.pod1089 Added the C<down_timed> method.