Searched refs:allocateLocalStorage (Results 1 – 4 of 4) 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 rr::Thread
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
79 Current *current = (Current*)sw::Thread::allocateLocalStorage(currentTLS, sizeof(Current)); in attachThread()