Searched refs:gCompileServer (Results 1 – 1 of 1) sorted by relevance
42 BrowserCompileServer *gCompileServer; variable152 gCompileServer->getParsedFlags(UseNumThreadsFromBrowser, NumThreads, in onInitCallback()154 gCompileServer->startCompileThread(ObjFileFD); in onInitCallback()159 return gCompileServer->pushInputBytes(Data, NumBytes) ? 1 : 0; in onDataCallback()163 gCompileServer->endInputStream(); in onEndCallback()164 gCompileServer->waitForCompileThread(); in onEndCallback()166 if (gCompileServer->getErrorCode().value()) { in onEndCallback()167 const std::string Error = gCompileServer->getErrorStream().getContents(); in onEndCallback()236 gCompileServer = this; in run()