signals: Basic framework to support SIGEV_THREAD

This commit is contained in:
Gregory Nutt
2015-12-30 13:20:31 -06:00
parent e76e8f41c6
commit 9835eeb181
15 changed files with 252 additions and 84 deletions
+4 -3
View File
@@ -340,9 +340,10 @@ o Signals (sched/signal, arch/)
embedded system.
Title: SIGEV_THREAD
Description: sig_notify() logic does not support SIGEV_THREAD; structure
struct sigevent does not provide required members sigev_notify_function
or sigev_notify_attributes.
Description: Implementation of support for support for SIGEV_THREAD is incomplete;
The internal OS functin sig_notification has not been implemented (and
will be tricky!). There are also some unimplemented function call logic
in libc/aio
Status: Low, there are alternative designs. However, these features
are required by the POSIX standard.
Priority: Low for now