aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkSharedMutex.cpp
Commit message (Expand)AuthorAge
* SkSharedMutex::acquire to check thread state.Gravatar Ben Wagner2018-05-15
* Teach TSAN directly about semaphore_t.Gravatar Mike Klein2017-09-21
* Mac TSAN support: annotate Sk[Base]Mutex as a mutex.Gravatar Mike Klein2017-09-19
* Detect TSAN instead of relying on #ifdef THREAD_SANITIZER.Gravatar mtklein2016-08-30
* Unify ThreadID.Gravatar herb2015-09-29
* Have /src files use header directly.Gravatar herb2015-09-29
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Make mutex semaphore based.Gravatar herb2015-09-24
* Add debug mode to shared mutex.Gravatar herb2015-09-18
* Use atomic subtract in shared mutex.Gravatar herb2015-09-16
* Add asserts for shared mutex.Gravatar herb2015-08-19
* Fix undefined behavior.Gravatar herb2015-07-15
* Add annotations to SkSharedMutex.Gravatar herb2015-06-30
* Implement shared locks in the style of pthread's rwlock.Gravatar herb2015-06-29