Searched refs:allocateLocalStorageKey (Results 1 – 2 of 2) sorted by relevance
68 static LocalStorageKey allocateLocalStorageKey(void (*destructor)(void *storage) = free);148 inline Thread::LocalStorageKey Thread::allocateLocalStorageKey(void (*destructor)(void *storage)) in allocateLocalStorageKey() function in sw::Thread
77 currentTLS = sw::Thread::allocateLocalStorageKey(releaseCurrent); in attachThread()