This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

cyg_current_time () locking up


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]