mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 11:01:57 +00:00
There could be cases where the destroy callback needs more fine-grained control of step ordering than "1. destroy, 2. put back to free FIFO". One case could be when the the pool needs to be protected by a microkernel mutex or semaphore. In such a case the putting back to the FIFO may need to happen before a custom action in the destroy callback. Making the destroy callback responsible for returning to the free FIFO gives full flexibility regarding the order of the cleanup actions. Change-Id: Ib9532d1dd70e0a2042af54ebd3e40a853dd42d33 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> |
||
---|---|---|
.. | ||
arch | ||
bluetooth | ||
display | ||
drivers | ||
microkernel | ||
misc | ||
net | ||
toolchain | ||
adc.h | ||
atomic.h | ||
cache.h | ||
device.h | ||
gpio.h | ||
i2c.h | ||
init.h | ||
ipi.h | ||
kernel_version.h | ||
linker-defs.h | ||
linker-tool-gcc.h | ||
linker-tool.h | ||
microkernel.h | ||
nanokernel.h | ||
pinmux.h | ||
pwm.h | ||
section_tags.h | ||
sections.h | ||
shared_irq.h | ||
spi.h | ||
sw_isr_table.h | ||
sys_clock.h | ||
sys_io.h | ||
toolchain.h | ||
uart.h | ||
zephyr.h |