Fix mutex_lock and join

This commit is contained in:
NIIBE Yutaka
2016-05-18 11:40:15 +09:00
parent a17d12192f
commit d93206882d
2 changed files with 63 additions and 55 deletions

View File

@@ -1,5 +1,8 @@
2016-05-18 NIIBE Yutaka <gniibe@fsij.org>
* chopstx.c (requeue): New.
(chopstx_mutex_lock, chopstx_join): Fix by requeue.
* example-cdc/usb-cdc.c: Prepare multiple TTYs.
2016-05-17 NIIBE Yutaka <gniibe@fsij.org>