Searched refs:pthread_key (Results 1 – 6 of 6) sorted by relevance
51 int _thread_size_key = sizeof(struct pthread_key);52 int _thread_off_key_allocated = offsetof(struct pthread_key, allocated);53 int _thread_off_key_destructor = offsetof(struct pthread_key, destructor);
44 struct pthread_key _thread_keytable[PTHREAD_KEYS_MAX];
332 struct pthread_key { struct
53 int _thread_size_key = sizeof(struct pthread_key);54 int _thread_off_key_allocated = offsetof(struct pthread_key, allocated);55 int _thread_off_key_destructor = offsetof(struct pthread_key, destructor);
42 struct pthread_key _thread_keytable[PTHREAD_KEYS_MAX];
614 struct pthread_key { struct