diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-16 14:50:04 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-16 14:50:04 +0900 |
commit | b7c6dadcfbc8313e548f8e6c616bf1d7076144d7 (patch) | |
tree | 3983fbd2529ee16c68baf503c0e735d295dab7d3 /NEWS | |
parent | a82acac8df6de74b9ce406d4bde99b8b5ebb7340 (diff) |
Fix IRQ handling and improve cancellation implementation
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |