Skip to content

marcbutler/WT-11907

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WT-11907

MongoDB Jira Ticket

Experiment to see if TSAN can be used without C11 atomics, without requiring blanket suppression: by instead using compiler builtin atomic functions.

This is intended to be used only as an interim solution. The standard atomic API is preferrable for any number of reasons.