search for: mrunning

Displaying 2 results from an estimated 2 matches for "mrunning".

Did you mean: running
2011 Nov 12
2
[LLVMdev] Thumb-2 code generation error in Apple LLVM at all optimization levels
...ilds, but I don't recall setting any. My guess is that the totally different machine code in Debug is there to make source code debugging work better. Here is my method's full Objective-C source: - (void) cycleContinuously { startDate = [[NSDate alloc] init]; generation = 0; while ( mRunning ){ [self cycle]; ++generation; useconds_t usecs = (useconds_t)( self.delay * (float)500000 ); if ( usecs >= 4000 ){ // ~ 1/250 sec usleep( usecs ); } } NSDate *endDate = [[NSDate alloc] init]; NSTimeInterval elapsed = [endDate timeIntervalSinc...
2012 Jul 30
0
ocfs2 read only and unable to access data
An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20120731/5f1e8a49/attachment.html