From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Trenton D. Adams" To: "'eCos Disuss'" Subject: [ECOS] cyg_current_time () locking up Date: Fri, 10 Aug 2001 08:39:00 -0000 Message-id: <001501c121b2$a7274af0$090110ac@TRENT> X-SW-Source: 2001-08/msg00318.html This is very odd. I have a program that was working fine yesterday. Now it locks up when I call cyg_current_time (). Below is the code that locks up. It locks up right on cyg_current_time (). Any particular reason why this could happen? problem in the system code maybe? ticks = cyg_current_time (); cyg_mutex_lock (&threadData->mutexA1); newDataLen = GenerateWave (threadData->channelABuffer1, &lastValue); threadData->channelABufLen1 = newDataLen; cyg_cond_signal (&threadData->condA1); cyg_mutex_unlock (&threadData->mutexA1); Trenton D. Adams Extreme Engineering #17, 6025 - 12 St. SE Calgary, Alberta, Canada T2H 2K1 Phone: 403 640 9494 ext-208 Fax: 403 640 9599 http://www.extremeeng.com