kernel: add condition variables
Introduce condition variables similar to how they are done in POSIX with a mutex. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
69258775ec
commit
06eb489c45
4 changed files with 151 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
|||
Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_pipe, 4)
|
||||
Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_sem, 4)
|
||||
Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_queue, 4)
|
||||
Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_condvar, 4)
|
||||
|
||||
SECTION_DATA_PROLOGUE(_net_buf_pool_area,,SUBALIGN(4))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue