Fix GNU/Linux emulation about termination of a thread.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2019-12-04 13:44:57 +09:00
parent 6ce92cc0e8
commit 746388331c
3 changed files with 13 additions and 2 deletions

5
NEWS
View File

@@ -3,6 +3,8 @@ NEWS - Noteworthy changes
* Major changes in Chopstx 2.0
Released 20??-??-??
** Remove support of CHOPSTX_PRIO_INHIBIT_PREEMPTION
We used to have (an experimental) feature of higher priority of thread
(>= CHOPSTX_PRIO_INHIBIT_PREEMPTION). The feature offered: When a
@@ -17,6 +19,9 @@ to support a thread having such a special priority.
chopstx_critical (void *func (*), *arg)
Let run FUNC with ARG, under CPU scheduler lock (== no preemption).
** RISC-V MCU support
RISC-V support has been added. It's for the core named Bumblebee.
* Major changes in Chopstx 1.17