[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Semaphore release - not owner of resource return
- Date: Tue, 26 May 2009 16:54:53 +0100
- From: manuel.coutinho at edisoft.pt (Manuel Coutinho)
- Subject: Semaphore release - not owner of resource return
Hi
Was checking some RTEMS code and stumbled upon the error
RTEMS_NOT_OWNER_OF_RESOURCE when we do a semaphore release -> threadA
obtains a semaphore and threadB releases it.