diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-06-21 20:48:50 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-06-21 20:48:50 +0900 |
commit | ca1b22c3eba3752927bb243aa6c33d082a515da0 (patch) | |
tree | 77539b9ba4c687316623b04f7b873d5ffc1fa78f /ChangeLog | |
parent | 6c68c55301ff2b83a040a66975d3c44047a60b92 (diff) |
Use ->V for the return value of chx_sched.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2017-06-22 NIIBE Yutaka <gniibe@fsij.org> + + * chopstx.c (chx_sched): Use ->V for return value. + (svc): Ditto. + (chx_wakeup): Set -> for the return value of chx_sched. + (chopstx_mutex_lock, chopstx_cancel): Likewise. + 2017-06-21 NIIBE Yutaka <gniibe@fsij.org> * chopstx.c (struct chx_pq): Use uintptr_t for V. |