aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkThread.h
Commit message (Expand)AuthorAge
* Atomics overhaul.Gravatar mtklein2015-02-02
* Move sync code to include/, switch from using platform define to a proxy head...Gravatar mtklein2015-01-21
* Allow -DGOOGLE3 to bypass our normal platform intrinsic dispatch.Gravatar mtklein2015-01-13
* Fix thread unsafe mutex initialization.Gravatar bungeman2014-07-25
* Remove yet-unused 64-bit atomic hooks.Gravatar Mike Klein2014-07-16
* Add support for 64bit atomic inc/dec/casGravatar bsalomon2014-07-11
* Add assertHeld() to SkMutex.Gravatar mtklein2014-06-09
* Add SkBarriers to ports.Gravatar commit-bot@chromium.org2014-05-29
* Revert "Remove SkThread.h from public API."Gravatar commit-bot@chromium.org2014-05-28
* Remove SkThread.h from public API.Gravatar commit-bot@chromium.org2014-05-28
* Implement sk_atomic_conditional_inc with sk_atomic_cas.Gravatar commit-bot@chromium.org2014-05-27
* SkOnce in is_lcd_supported instead of hand rolled double-checked locking.Gravatar commit-bot@chromium.org2014-02-10
* Use a spinlock in SkOnce.Gravatar commit-bot@chromium.org2014-01-08
* Split atomic and mutex implementations and make inlinable.Gravatar bungeman@google.com2013-12-18
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Add a skia method to perform an atomic add.Gravatar scroggo@google.com2012-07-16
* Revert "Add a method to atomic add."Gravatar scroggo@google.com2012-07-16
* Add a skia method to perform an atomic add.Gravatar scroggo@google.com2012-07-16
* WeakRefCntGravatar bungeman@google.com2012-05-16
* allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructorGravatar reed@google.com2012-04-23
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* grab from latest androidGravatar reed@android.com2008-12-17