zephyr/include/misc
Flavio Ceolin 19b7eaaa65 misc: mempool: Fix bit mask value
SYS_MEM_POOL_KERNEL and SYS_MEM_POOL_USER are used by k_mem_pool flags
and should be defined as a bit mask.

It was defined as zero failing in all places checking for this
bit. e.g pool_irq_lock and pool_irq_unlock were not working correctly
because the check for this flag was always returning false.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-08-30 19:46:28 -04:00
..
__assert.h assert: Explicitly ignoring printk() return 2018-08-16 19:47:41 -07:00
byteorder.h include: improve compatibility with C++ apps. 2018-04-09 23:21:52 -04:00
dlist.h misc: dlist: Fixed dlist.h error to pass checkpatch.pl script. 2018-08-13 07:11:51 -07:00
errno_private.h kernel: fix errno access for user mode 2018-07-19 16:44:59 -07:00
libc-hooks.h lib: newlib: add read/write syscalls 2018-07-25 14:57:51 -04:00
list_gen.h list_gen: slist: mark some APIs are private 2018-05-16 17:32:59 -07:00
mempool_base.h misc: mempool: Fix bit mask value 2018-08-30 19:46:28 -04:00
mempool.h misc: mempool: Fix bit mask value 2018-08-30 19:46:28 -04:00
printk.h printk: add vprintk() 2017-04-22 14:29:33 +00:00
rb.h doc: fix misspellings in API doxygen comments 2018-05-23 15:28:01 -05:00
reboot.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ring_buffer.h lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
sflist.h sflist: slist-alike that stores flags 2018-05-16 17:32:59 -07:00
slist.h list_gen: slist: mark some APIs are private 2018-05-16 17:32:59 -07:00
stack.h doc: do not show undocumented members 2018-03-20 14:01:30 -04:00
util.h util: Add WRITE_BIT macro to util.h 2018-08-17 07:29:14 -07:00