Lines Matching refs:bootstrap
27 SkGlobals::BootStrap& bootstrap = SkGlobals::GetBootStrap();
29 Rec* rec = bootstrap.fHead;
43 bootstrap.fMutex.acquire();
48 Rec*& head = bootstrap.fHead;
61 bootstrap.fHead = rec;
64 bootstrap.fMutex.release();
74 SkGlobals::BootStrap& bootstrap = SkGlobals::GetBootStrap();
76 bootstrap.fMutex.acquire();
78 Rec*& head = bootstrap.fHead;
88 bootstrap.fHead = NULL;
89 bootstrap.fMutex.release();