mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
signals: Basic framework to support SIGEV_THREAD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user