Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libthr/thread/
Dthr_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);
Dthr_spec.c44 struct pthread_key _thread_keytable[PTHREAD_KEYS_MAX];
Dthr_private.h330 struct pthread_key { struct
/freebsd-9-stable/lib/libkse/thread/
Dthr_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);
Dthr_spec.c42 struct pthread_key _thread_keytable[PTHREAD_KEYS_MAX];
Dthr_private.h614 struct pthread_key { struct