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]
Other format: [Raw text]

Mutex, queue ...


Excuse me but I have only one problem for you today...

I'm trying to use the cyg_mutex functions. I created a mutex with
cyg_protocol_none (I don't remember the exact name but the meaning is the
same; I'm on another computer...) and I test in what order functions are
free.
I have a problem always with the two first one.
For exemple functions block on the mutex as : 1 then 2 then 3 ... 4 5 6 and
they are free as : 2 then 1 then 3 ... 4 5 6.
So I don't understand why... 

Please help me evenif you have a little idea...

Thanks by advance...

Matthieu

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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