Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThreadStore.cpp199 mKey = gGlobalState->registerKey(destroy); in ThreadStoreBase()
200 D("Exiting this=%p key=%d\n", this, mKey); in ThreadStoreBase()
206 state->unregisterKey(mKey); in ~ThreadStoreBase()
212 void* ret = gGlobalState->getValue(mKey); in get()
219 gGlobalState->setValue(mKey, value); in set()
231 int ret = pthread_key_create(&mKey, destroy);
241 pthread_key_delete(mKey);
DAndroidThreadStore.h77 return pthread_getspecific(mKey); in get()
86 pthread_setspecific(mKey, value); in set()
112 int mKey; variable
114 pthread_key_t mKey; variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrFormPkg.cpp35 mKey = NULL; in SPendingAssign()
44 mKey = new INT8[strlen (Key) + 1]; in SPendingAssign()
45 if (mKey != NULL) { in SPendingAssign()
46 strcpy (mKey, Key); in SPendingAssign()
62 if (mKey != NULL) { in ~SPendingAssign()
63 delete mKey; in ~SPendingAssign()
99 return mKey; in GetKey()
455 if (strcmp (pNode->mKey, Key) == 0) { in DoPendingAssign()
486 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, pNode->mKey, "Error", pNode->mMsg); in PendingAssignPrintAll()
DVfrFormPkg.h75 INT8 *mKey; // key ! unique member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrFormPkg.cpp32 mKey = NULL; in SPendingAssign()
40 mKey = new CHAR8[strlen (Key) + 1]; in SPendingAssign()
41 if (mKey != NULL) { in SPendingAssign()
42 strcpy (mKey, Key); in SPendingAssign()
58 if (mKey != NULL) { in ~SPendingAssign()
59 delete[] mKey; in ~SPendingAssign()
95 return mKey; in GetKey()
534 if (strcmp (pNode->mKey, Key) == 0) { in DoPendingAssign()
565 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, pNode->mKey, "Error", pNode->mMsg); in PendingAssignPrintAll()
858 VarStr = pNode->mKey; in DeclarePendingQuestion()
[all …]
DVfrFormPkg.h76 CHAR8 *mKey; // key ! unique member