HomeSort by relevance Sort by last modified time
    Searched refs:sk_once_slow (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkOnce.h 86 static void sk_once_slow(bool* done, Lock* lock, void (*f)(Arg), Arg arg) { function
108 sk_once_slow(done, lock, f, arg);
117 // The release barrier in sk_once_slow guaranteed that done = true
  /external/skia/include/core/
SkOnce.h 86 static void sk_once_slow(bool* done, Lock* lock, void (*f)(Arg), Arg arg) { function
108 sk_once_slow(done, lock, f, arg);
117 // The release barrier in sk_once_slow guaranteed that done = true

Completed in 646 milliseconds