Home
last modified time | relevance | path

Searched defs:pthread_key_struct (Results 1 – 3 of 3) sorted by relevance

/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dinternaltypes.h112 struct pthread_key_struct struct
118 uintptr_t seq;
121 void (*destr) (void *);
/libpthread/nptl_db/
A Ddb_info.c25 typedef struct pthread_key_struct pthread_key_struct; typedef
/libpthread/linuxthreads/
A Dinternals.h100 struct pthread_key_struct { struct
101 int in_use; /* already allocated? */
102 destr_function destr; /* destruction routine */

Completed in 6 milliseconds