diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-21 16:10:06 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-21 16:10:06 +0900 |
commit | 5d40ffbffad4b3f102a6d4cf975d7a49a6dcdb92 (patch) | |
tree | 727f68f26c49fd815f9a447223df2c54e560c2d1 /ChangeLog | |
parent | 06d28b62fbc146a18c6fac3e8c82da3f812fedfa (diff) |
Implement chopstx_poll (2)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ 2016-04-21 Niibe Yutaka <gniibe@fsij.org> - * chopstx.c (chx_snooze): New. + * chopstx.c (chx_snooze, chx_wakeup): New. (chopstx_cond_hook, chopstx_cond_unhook): New. (chopstx_cond_signal, chopstx_cond_broadcast): Fix for poll. (chx_proxy_init): Initialize with RUNNING. - (chopstx_poll): Fix with chx_sleep. + (chopstx_poll): Fix with chx_snooze. + (chx_exit): Use chx_wakeup. * example-fs-bb48/sample.c (main): Update with chopstx_poll. * example-fs-bb48/usb-cdc.c (stream_recv): Fix the loop clear |