Searched refs:storage (Results 1 – 2 of 2) sorted by relevance
253 dirent storage; in TEST() local255 while (readdir_r(d, &storage, &e) == 0 && e != nullptr) { in TEST()271 dirent64 storage; in TEST() local273 while (readdir64_r(d, &storage, &e) == 0 && e != nullptr) { in TEST()
46 1, and its storage will always be immediately after (or before) the TP. In variant 1, the TP is565 > In addition the run-time support should avoid creating the thread-local storage if it is not567 > up the process. It would be a waste of memory and time to allocate the storage for all threads. A569 > loaded objects already requires recognizing storage which is not yet allocated. This is the only570 > alternative to stopping all threads and allocating storage for all threads before letting them run