-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add missing futex constants * split futex into individual functions * futex: split backend into val2 and timespec versions, reorganize new functions * Add a few futex tests * prevent futex timeouts from generating dangling pointers * futex: make naming in the backend more consistent * futex: format * futex: make lock_pi2 timeout parameter match the others * return boolean from trylock_pi * mark new futex api as safe rust * use libc variables in libc backend * Revert "use libc variables in libc backend" This reverts commit d20e14d. * don't use libc variables: not set for android
- Loading branch information
1 parent
d028c72
commit b0d3681
Showing
9 changed files
with
919 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.