Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/linux/linux_futex.c | ||
---|---|---|
1004–1005 | This is fine as the step, but please look at 30b3018d48e4441083b483 |
sys/compat/linux/linux_futex.c | ||
---|---|---|
1004–1005 | sure, did I understand correctly that on ll/sc architectures casueword can fails as there are two operations, |
sys/compat/linux/linux_futex.c | ||
---|---|---|
1004–1005 | Right. Generally casueword is allowed to spuriously fail on all arches, same as cmpset/fcmpset. |
Comment Actions
Follow the r349951 (30b3018d), add check to react to stops and requests
to terminate between retries.
sys/compat/linux/linux_futex.c | ||
---|---|---|
1002 | error != 0 |