Searched refs:storage (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/private/ |
D | thread_private.h | 58 extern void* __bionic_thread_private_storage( struct __thread_private_tag_t* ptag, void* storage… 60 #define _THREAD_PRIVATE(name, storage, error) \ argument 61 __bionic_thread_private_storage( &__THREAD_NAME(name), &(storage),sizeof(storage), error) 100 #define _THREAD_PRIVATE(keyname, storage, error) \ 101 _thread_tag_storage(&(__THREAD_NAME(keyname)), &(storage), \ 102 sizeof (storage), error)
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 194 The thread-specific storage only provides for a bit less than 64 206 At the moment, thread-local storage defined through the __thread compiler
|