1a3bb3fd5c
pthread_exit() does not return and therefore it does not make sense to return NULL after it in mq_notify_thread(), and that would constitute dead code. Rather than explicitly exiting the thread, simply return gracefully from the thread function, and allow the pthread to terminate in the usual way. Signed-off-by: Christopher Friedt <cfriedt@meta.com> |
||
---|---|---|
.. | ||
acpi | ||
cpp | ||
crc | ||
hash | ||
heap | ||
libc | ||
mem_blocks | ||
open-amp | ||
os | ||
posix | ||
runtime | ||
smf | ||
utils | ||
CMakeLists.txt | ||
Kconfig |