From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Huang Qiang" To: "eCos" Subject: [ECOS] Question about "allow per-thread timer" selection option in eCos Date: Fri, 20 Apr 2001 07:38:00 -0000 Message-id: X-SW-Source: 2001-04/msg00273.html Can cyg_thread_delay() routine work withourt allow per-thread timer option (in eCos configuration) selected? I try to implement cyg_thread_delay() with allow per-thread timer enabled but the program halted forever but when I remove the allow per-thread timer selection in eCos configuration the program can work with cyg_thread_delay(). ( But it seems no actual delay in the thread which call the cyg_thread_delay() ) What's wrong? Thanks a lots james