trfiladelfo / brtos

Automatically exported from code.google.com/p/brtos
0 stars 0 forks source link

Semaphore Timeout can't be recognized #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are no ways to recognize when semaphore exits by timeout.

Implemented Solution: The semaphore can be recognized by current task
timeout. If the task timeout exits a semaphore with value 65001, there was
a timeout.

This solution was implemented in the Release Candidate version.

Original issue reported on code.google.com by gustavo....@gmail.com on 16 Jun 2009 at 2:49