From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Huang Qiang" To: "eCos" Subject: [ECOS] Strange Problem in cyg_thread_delay( )? Date: Mon, 23 Apr 2001 04:02:00 -0000 Message-id: X-SW-Source: 2001-04/msg00295.html Dear all: I am using ARM Evaluator7T . My test program has a sigle thread runnning, while I call cyg_thread_delay(200) each time in the thread (loop). It pass the first and second call to the cyg_thread_delay(200), but halted at the third call to the cyg_thread_delay. What's wrong with it? Can anyone help me? Thanks a lot! james