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

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

Completed in 120 milliseconds