zephyr/include/app_memory
Andrew Boie 9f87deafd2 userspace: fix k_mem_domain_destroy()
This deprecated API won't be removed for one more release,
ensure it doesn't put the kernel into a bad state as it
currently sets all the member thread domain assignment to
NULL which is not what we want.

Have it reassign all member threads to the default domain.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-10-20 09:37:49 -07:00
..
app_memdomain.h
mem_domain.h userspace: fix k_mem_domain_destroy() 2020-10-20 09:37:49 -07:00
partitions.h