Files
rtems/cpukit/score
Josh Oguin ba3b6fdc89 apimutex.c: Add _Assert for NULL pointer access
CodeSonar detects a possible NULL deference here. But it should never
occur in tested code. Memory for the API Mutexes is reserved by confdefs.h
and are all preallocated when the class of objects is initialized.
Allocating a single instance should never fail.
2014-11-26 07:51:56 -06:00
..