Home
last modified time | relevance | path

Searched refs:pthread_key_t (Results 1 – 25 of 48) sorted by relevance

12

/sysdeps/pthread/
A Dtst-tsd2.c39 pthread_key_t key = (pthread_key_t) (long int) arg; in tf()
54 pthread_key_t key; in do_test()
A Dtst-key2.c56 pthread_key_t *key = (pthread_key_t *) arg; in tf()
72 pthread_key_t keys[N]; in do_test()
A Dtst-key3.c59 pthread_key_t *key = (pthread_key_t *) arg; in tf()
81 pthread_key_t keys[N]; in do_test()
A Dtst-key1.c39 pthread_key_t *keys = alloca (max * sizeof (pthread_key_t)); in do_test()
A Dtst-tsd1.c26 pthread_key_t key1; in do_test()
27 pthread_key_t key2; in do_test()
A Dtst-key4.c30 static pthread_key_t *keys;
66 keys = alloca (max * sizeof (pthread_key_t)); in do_test()
A Dtss_create.c25 _Static_assert (sizeof (tss_t) == sizeof (pthread_key_t), in __tss_create()
A Dtst-tsd5.c49 pthread_key_t k; in do_test()
A Dtst-tsd6.c9 static pthread_key_t keys[NKEYS];
/sysdeps/htl/
A Dpthread-functions.h67 int __pthread_key_create (pthread_key_t *, void (*) (void *));
68 void *__pthread_getspecific (pthread_key_t);
69 int __pthread_setspecific (pthread_key_t, const void *);
123 int (*ptr___pthread_key_create) (pthread_key_t *, void (*) (void *));
124 void *(*ptr___pthread_getspecific) (pthread_key_t);
125 int (*ptr___pthread_setspecific) (pthread_key_t, const void *);
A DpthreadP.h75 int __pthread_key_create (pthread_key_t *key, void (*destr) (void *));
76 void *__pthread_getspecific (pthread_key_t key);
77 int __pthread_setspecific (pthread_key_t key, const void *value);
78 int __pthread_key_delete (pthread_key_t key);
A Dpt-getspecific.c24 __pthread_getspecific (pthread_key_t key) in __pthread_getspecific()
A Dpt-setspecific.c24 __pthread_setspecific (pthread_key_t key, const void *value) in __pthread_setspecific()
A Dpt-key-delete.c24 __pthread_key_delete (pthread_key_t key) in __pthread_key_delete()
A Dpt-key-create.c34 __pthread_key_create (pthread_key_t *key, void (*destructor) (void *)) in __pthread_key_create()
/sysdeps/nptl/bits/
A Dpthreadtypes.h49 typedef unsigned int pthread_key_t; typedef
/sysdeps/htl/bits/
A Dpthreadtypes.h125 typedef __pthread_key pthread_key_t; typedef
/sysdeps/unix/sysv/linux/alpha/
A Dc++-types.data36 pthread_key_t:j
/sysdeps/unix/sysv/linux/arm/
A Dc++-types.data36 pthread_key_t:j
/sysdeps/unix/sysv/linux/csky/
A Dc++-types.data36 pthread_key_t:j
/sysdeps/unix/sysv/linux/i386/
A Dc++-types.data36 pthread_key_t:j
/sysdeps/unix/sysv/linux/ia64/
A Dc++-types.data36 pthread_key_t:j
/sysdeps/unix/sysv/linux/m68k/
A Dc++-types.data36 pthread_key_t:j
/sysdeps/unix/sysv/linux/microblaze/
A Dc++-types.data36 pthread_key_t:j
/sysdeps/unix/sysv/linux/mips/mips32/
A Dc++-types.data36 pthread_key_t:j

Completed in 13 milliseconds

12