Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.0.20031211111117.01fb1090@mail.rz.tu-clausthal.de> X-Sender: utls AT mail DOT rz DOT tu-clausthal DOT de Date: Thu, 11 Dec 2003 11:14:10 +0100 To: cygwin AT cygwin DOT com From: Lars Steinke Subject: GCC G77 Sleep Intrinsic Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Hello, I am using G77 (cygwin, GCC G77 on Windows 98 SE) and I have a problem with the following function: Sleep Intrinsic CALL Sleep(Seconds) Seconds: INTEGER(KIND=1); scalar; INTENT(IN). Intrinsic groups: unix. Description: Causes the process to pause for Seconds seconds. See sleep(2). If I write: CALL Sleep(1) in my program and if I compile my program with: g77 -o test test.f the 'sleep' is so fast that you can not see it. It is not a quarter as a second. If i write CALL Sleep(1000) it is approximatly a second. ? Lars -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/