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

  /external/chromium_org/third_party/skia/include/core/
SkOnce.h 11 // Before trying SkOnce, see if SkLazyPtr or SkLazyFnPtr will work for you.
15 // SkOnce.h defines SK_DECLARE_STATIC_ONCE and SkOnce(), which you can use
24 // SkOnce(&once, register_my_stuff, GetGlobalRegistry());
39 inline void SkOnce(SkOnceFlag* once, void (*f)());
42 inline void SkOnce(SkOnceFlag* once, void (*f)(Arg), Arg arg);
46 inline void SkOnce(bool* done, Lock* lock, void (*f)());
49 inline void SkOnce(bool* done, Lock* lock, void (*f)(Arg), Arg arg);
83 // This should be rarely called, so we separate it from SkOnce and don't mark it as inline.
106 inline void SkOnce(bool* done, Lock* lock, void (*f)(Arg), Arg arg)
    [all...]
  /external/skia/include/core/
SkOnce.h 11 // Before trying SkOnce, see if SkLazyPtr or SkLazyFnPtr will work for you.
15 // SkOnce.h defines SK_DECLARE_STATIC_ONCE and SkOnce(), which you can use
24 // SkOnce(&once, register_my_stuff, GetGlobalRegistry());
39 inline void SkOnce(SkOnceFlag* once, void (*f)());
42 inline void SkOnce(SkOnceFlag* once, void (*f)(Arg), Arg arg);
46 inline void SkOnce(bool* done, Lock* lock, void (*f)());
49 inline void SkOnce(bool* done, Lock* lock, void (*f)(Arg), Arg arg);
83 // This should be rarely called, so we separate it from SkOnce and don't mark it as inline.
106 inline void SkOnce(bool* done, Lock* lock, void (*f)(Arg), Arg arg)
    [all...]

Completed in 1140 milliseconds