aboutsummaryrefslogtreecommitdiff
path: root/src/threadsafety.h
Commit message (Expand)AuthorAgeFilesLines
* Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotationsHennadii Stepanov2020-08-181-5/+1
* Add means to handle negative capabilities in thread safety annotationsHennadii Stepanov2020-06-111-0/+7
* refactor: Rename LockGuard to StdLockGuard for consistency with StdMutexHennadii Stepanov2020-05-281-5/+5
* Add thread safety annotated wrapper for std::mutexHennadii Stepanov2020-05-281-2/+8
* logging: thread safety annotationsAnthony Towns2020-05-271-0/+11
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code)practicalswift2019-05-171-11/+0
* Pass chain locked variables where neededRussell Yanofsky2018-11-061-0/+11
* Trivial: update clang thread-safety docs urlBen Woosley2018-09-021-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Annotate AssertLockHeld() with ASSERT_CAPABILITY() for thread safety analysisJesse Cohen2018-07-251-0/+2
* Bump copyright headers to 2014MarcoFalke2016-01-051-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-20/+20
* add missing header end commentsPhilip Kaufmann2014-08-281-0/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+1
* o Added threadsafety.h - a set of macros using the -Wthread-safetyAlexander Kjeldaas2012-11-111-0/+53