Searched refs:allocateLocalStorage (Results 1 – 2 of 2) sorted by relevance
70 static void *allocateLocalStorage(LocalStorageKey key, size_t size);168 inline void *Thread::allocateLocalStorage(LocalStorageKey key, size_t size) in allocateLocalStorage() function in sw::Thread
80 Current *current = (Current*)sw::Thread::allocateLocalStorage(currentTLS, sizeof(Current)); in attachThread()