Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 3 of 3) sorted by relevance

/bionic/tools/bionicbb/
D.gitignore3 oauth.storage
/bionic/tests/
Ddirent_test.cpp241 dirent storage; in TEST() local
243 while (readdir_r(d, &storage, &e) == 0 && e != nullptr) { in TEST()
259 dirent64 storage; in TEST() local
261 while (readdir64_r(d, &storage, &e) == 0 && e != nullptr) { in TEST()
/bionic/docs/
Delf-tls.md46 1, and its storage will always be immediately after (or before) the TP. In variant 1, the TP is
565 > In addition the run-time support should avoid creating the thread-local storage if it is not
567 > up the process. It would be a waste of memory and time to allocate the storage for all threads. A
569 > loaded objects already requires recognizing storage which is not yet allocated. This is the only
570 > alternative to stopping all threads and allocating storage for all threads before letting them run