This is an archive of the discontinued LLVM Phabricator instance.

sanitizer_common: make sem_trywait as non-blocking
ClosedPublic

Authored by dvyukov on Jul 11 2021, 5:44 AM.

Details

Summary

sem_trywait never blocks.
Use REAL instead of COMMON_INTERCEPTOR_BLOCK_REAL.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Jul 11 2021, 5:44 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2021, 5:44 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Jul 12 2021, 2:58 AM
This revision is now accepted and ready to land.Jul 12 2021, 2:58 AM
This revision was landed with ongoing or failed builds.Jul 12 2021, 4:10 AM
This revision was automatically updated to reflect the committed changes.