Page MenuHomeFreeBSD

Properly set the return value for casueword to 0 upon success.
ClosedPublic

Authored by ed on Oct 15 2015, 8:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 5:22 AM
Unknown Object (File)
Dec 22 2023, 10:09 PM
Unknown Object (File)
Aug 2 2023, 6:41 PM
Unknown Object (File)
Jul 15 2023, 10:41 PM
Unknown Object (File)
Sep 9 2016, 6:01 PM
Unknown Object (File)
Sep 7 2016, 7:19 PM
Unknown Object (File)
Jul 1 2016, 12:12 PM
Unknown Object (File)
Jun 14 2016, 4:18 PM
Subscribers

Details

Summary

While trying to get multithreading working for CloudABI on aarch64, I
noticed that compare-and-exchange operations in kernelspace would always
fail. It turns out that we don't properly set the return value to 0 when
the compare and exchange succeeds.

Test Plan

The unit tests for CloudABI's C library now pass.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ed retitled this revision from to Properly set the return value for casueword to 0 upon success..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: andrew.
andrew edited edge metadata.
This revision is now accepted and ready to land.Oct 15 2015, 5:26 PM
This revision was automatically updated to reflect the committed changes.