Home
last modified time | relevance | path

Searched refs:pthread_key (Results 1 – 6 of 6) sorted by relevance

/trueos/lib/libthr/thread/
HDthr_symbols.c51 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);
HDthr_spec.c44 struct pthread_key _thread_keytable[PTHREAD_KEYS_MAX];
HDthr_private.h332 struct pthread_key { struct
/trueos/lib/libkse/thread/
HDthr_symbols.c53 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);
HDthr_spec.c42 struct pthread_key _thread_keytable[PTHREAD_KEYS_MAX];
HDthr_private.h614 struct pthread_key { struct