Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Unify ThreadID. | herb | 2015-09-29 |
* | Have /src files use header directly. | herb | 2015-09-29 |
* | Move SkAtomics.h to private. | herb | 2015-09-28 |
* | Make mutex semaphore based. | herb | 2015-09-24 |
* | Add debug mode to shared mutex. | herb | 2015-09-18 |
* | Use atomic subtract in shared mutex. | herb | 2015-09-16 |
* | Add asserts for shared mutex. | herb | 2015-08-19 |
* | Fix undefined behavior. | herb | 2015-07-15 |
* | Add annotations to SkSharedMutex. | herb | 2015-06-30 |
* | Implement shared locks in the style of pthread's rwlock. | herb | 2015-06-29 |