Sections
You are here: Home Forum Bugs, Known Issues, & Requests is SemaphoreCreate() broken?

is SemaphoreCreate() broken?

Up to Bugs, Known Issues, & Requests

is SemaphoreCreate() broken?

Posted by Sean Gallagher at May 16. 2008
I'm having problems getting SemaphoreCreate() to return anything other than NULL. It appears to be queue-based... are there any things, like low-memory, that might cause it to consistently fail? The last time I implemented a semaphore myself was during the Reagan administration, so I'd like to avoid it if I can. Regards, Sean

Re: is SemaphoreCreate() broken?

Posted by Liam Staskawicz at May 16. 2008
As far as I can remember, SemaphoreCreate() is a straight wrapper around the FreeRTOS function - you might want to take a peek in there and make sure nothing silly is going on. I think that particular function may not get too much exercise, so it's possible something funny is going on.
Powered by Ploneboard
Document Actions