[perl #53536] [PATCH] sub-second sleep precision for non-threaded architectures

2008-09-17 Thread Christoph Otto via RT
On Mon Sep 15 20:08:38 2008, [EMAIL PROTECTED] wrote: > chromatic wrote: > > On Monday 15 September 2008 01:25:15 Christoph Otto via RT wrote: > > > >> It applies with a little noise to the current trunk and passes make > >> test. The attached version just changes line numbers so the patch > >> ap

[perl #53536] [PATCH] sub-second sleep precision for non-threaded architectures

2008-07-29 Thread Patrick R. Michaud via RT
On Tue Apr 29 18:47:06 2008, [EMAIL PROTECTED] wrote: > The "sleep" op calls Parrot_cx_schedule_sleep(), which falls back to > Parrot_sleep() on non-threaded architectures. Here's a patch to > implement a Parrot_usleep() and call that instead, for those > platforms. Does this patch apply and work

[perl #53536] [PATCH] sub-second sleep precision for non-threaded architectures

2008-04-29 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #53536] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53536 > The "sleep" op calls Parrot_cx_schedule_sleep(), which falls back to Parrot_sleep() on no