aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-05-16 14:50:04 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-05-16 14:50:04 +0900
commitb7c6dadcfbc8313e548f8e6c616bf1d7076144d7 (patch)
tree3983fbd2529ee16c68baf503c0e735d295dab7d3 /NEWS
parenta82acac8df6de74b9ce406d4bde99b8b5ebb7340 (diff)
Fix IRQ handling and improve cancellation implementation
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bb5147e..933b2ae 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,11 @@ NEWS - Noteworthy changes
** New feature: polling
New function chopstx_poll is added to watch multiple condition
-variables, threads' exit, or IRQ simultaneously with timeout.
+variables, threads' exit, or IRQ, simultaneously with timeout.
** Remove the function chopstx_release_irq
-Releasing irq is now called automaticall, internally.
+IRQ is enabled only a thread is blocked in polling. When it (the
+thread in polling) is canceled, IRQ is disabled.
** Function chopstx_intr_wait is deprecated
Use of chopstx_poll is recommended.