|
Author:
{'name': 'vector-of-bool', 'email': 'vectorofbool@gmail.com', 'username': 'vector-of-bool'}
Message: CDRIVER-4227 Add a shared_mutex, and use it when locking in shared_ptr atomic operations (#895)
- Add a shared_mutex, and use it when locking in shared_ptr atomic operations
Tag CDRIVER-4002
Co-authored-by: Kevin Albertson <kevin.albertson@10gen.com>
- Force enable more recent POSIX APIs, regardless of language mode
This change only applies to private code, and does not expose any
changes in the public API.
- No reallocf in strict POSIX mode
Co-authored-by: Kevin Albertson <kevin.albertson@10gen.com>
Branch: master
https://github.com/mongodb/mongo-c-driver/commit/8d1af19aa067818044d5f52039ae2c761dad3168
|