Go to file
Allan Stephens eddae0e0f2 sysgen: Don't generate mutex object id variables
It is no longer necessary to generate variables containing the
object id each public mutex. This capability was once needed to
allow kernel code to reference mutexes generated by the build
system (i.e. pseudo-private mutexes); however, the existence of
private mutexes renders this obsolete.

Change-Id: I594be31268c9a336ae2a43d48c1b32dbf3d7cde0
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:15:18 -05:00
arch
doc microkernel: introduce support for private mutexes 2016-02-05 20:14:46 -05:00
drivers
include microkernel: introduce support for private mutexes 2016-02-05 20:14:46 -05:00
kernel microkernel: Rename struct mutex_struct to _k_mutex_struct 2016-02-05 20:14:46 -05:00
lib
misc
net
samples samples/microkernel: recursive mutex testing using in-file mutex 2016-02-05 20:14:51 -05:00
scripts sysgen: Don't generate mutex object id variables 2016-02-05 20:15:18 -05:00
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile
Makefile.inc
zephyr-env.sh