Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DThread.hpp63 typedef DWORD LocalStorageKey; typedef in sw::Thread
65 typedef pthread_key_t LocalStorageKey; typedef in sw::Thread
68 static LocalStorageKey allocateLocalStorageKey(void (*destructor)(void *storage) = free);
69 static void freeLocalStorageKey(LocalStorageKey key);
70 static void *allocateLocalStorage(LocalStorageKey key, size_t size);
71 static void *getLocalStorage(LocalStorageKey key);
72 static void freeLocalStorage(LocalStorageKey key);
148 inline Thread::LocalStorageKey Thread::allocateLocalStorageKey(void (*destructor)(void *storage)) in allocateLocalStorageKey()
153 LocalStorageKey key; in allocateLocalStorageKey()
159 inline void Thread::freeLocalStorageKey(LocalStorageKey key) in freeLocalStorageKey()
[all …]
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp31 static sw::Thread::LocalStorageKey currentTLS = TLS_OUT_OF_INDEXES;