Searched refs:gGlobalState (Results 1 – 1 of 1) sorted by relevance
193 LazyInstance<GlobalState> gGlobalState = LAZY_INSTANCE_INIT; variable199 mKey = gGlobalState->registerKey(destroy); in ThreadStoreBase()205 GlobalState* state = gGlobalState.ptr(); in ~ThreadStoreBase()212 void* ret = gGlobalState->getValue(mKey); in get()219 gGlobalState->setValue(mKey, value); in set()225 gGlobalState->leaveCurrentThread(); in OnThreadExit()