zephyr/include/misc
Paul Sokolovsky ba85e4ad20 sys: slist, dlist: Document APIs as not threadsafe
These headers provide an efficient, inline implementations of single-
and double- linked lists, and thus not threadsafe. They are intended
to be used as internal kernel APIs (and currently for example not
documented at https://www.zephyrproject.org/doc/). However, to avoid
issues when doing kernel programming (e.g. #4350), it makes sense
to explicitly, even verbosely, document these functions as not
threadsafe.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-10-17 08:10:55 -04:00
..
__assert.h
byteorder.h misc/byteorder: add support for __bswap_64 2017-08-09 10:55:53 +03:00
dlist.h sys: slist, dlist: Document APIs as not threadsafe 2017-10-17 08:10:55 -04:00
printk.h
reboot.h
ring_buffer.h
slist.h sys: slist, dlist: Document APIs as not threadsafe 2017-10-17 08:10:55 -04:00
stack.h kconfig: fixed stray Kconfig variables 2017-07-06 10:34:41 -05:00
util.h