Searched defs:gInited (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
H A DFastTimes.c85 static Boolean gInited = false; variable
106 if (!gInited) {
173 gInited = true;
186 if (!gInited) FastInitialize();
228 if (!gInited) FastInitialize();
269 if (!gInited) FastInitialize();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontPlatformDataWin.cpp90 static bool gInited; local
92 if (!gInited) {
104 gInited = true;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1089 // Making gInited volatile provides read-aquire and write-release in vc++.
1092 static volatile bool gInited; local
1094 if (gInited) {
1095 // Need a L/L (read) barrier (full acquire not needed). If gInited is observed
1100 // write to gInited becomes observable after gTableGdi.
1101 gInited = true;
1118 // Making gInited volatile provides read-aquire and write-release in vc++.
1121 static volatile bool gInited; local
1123 if (gInited) {
1124 // Need a L/L (read) barrier (acquire not needed). If gInited i
[all...]
H A DSkFontHost_mac.cpp1091 static bool gInited; local
1093 if (!gInited) {
1095 gInited = true;
/external/skia/src/ports/
H A DSkFontHost_win.cpp1089 // Making gInited volatile provides read-aquire and write-release in vc++.
1092 static volatile bool gInited; local
1094 if (gInited) {
1095 // Need a L/L (read) barrier (full acquire not needed). If gInited is observed
1100 // write to gInited becomes observable after gTableGdi.
1101 gInited = true;
1118 // Making gInited volatile provides read-aquire and write-release in vc++.
1121 static volatile bool gInited; local
1123 if (gInited) {
1124 // Need a L/L (read) barrier (acquire not needed). If gInited i
[all...]
H A DSkFontHost_mac.cpp1091 static bool gInited; local
1093 if (!gInited) {
1095 gInited = true;

Completed in 236 milliseconds