Home
last modified time | relevance | path

Searched refs:g_nacl_mode (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dppb_audio_shared.cc17 bool g_nacl_mode = false; variable
137 if (g_nacl_mode) { in StartThread()
163 if (g_nacl_mode) { in StopThread()
181 if (!g_nacl_mode) in IsThreadFunctionReady()
190 g_nacl_mode = true; in SetNaClMode()
196 DCHECK(g_nacl_mode); in SetThreadFunctions()