Searched refs:pthread_key_t (Results 1 – 25 of 48) sorted by relevance
12
39 pthread_key_t key = (pthread_key_t) (long int) arg; in tf()54 pthread_key_t key; in do_test()
56 pthread_key_t *key = (pthread_key_t *) arg; in tf()72 pthread_key_t keys[N]; in do_test()
59 pthread_key_t *key = (pthread_key_t *) arg; in tf()81 pthread_key_t keys[N]; in do_test()
39 pthread_key_t *keys = alloca (max * sizeof (pthread_key_t)); in do_test()
26 pthread_key_t key1; in do_test()27 pthread_key_t key2; in do_test()
30 static pthread_key_t *keys;66 keys = alloca (max * sizeof (pthread_key_t)); in do_test()
25 _Static_assert (sizeof (tss_t) == sizeof (pthread_key_t), in __tss_create()
49 pthread_key_t k; in do_test()
9 static pthread_key_t keys[NKEYS];
67 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 *);
75 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);
24 __pthread_getspecific (pthread_key_t key) in __pthread_getspecific()
24 __pthread_setspecific (pthread_key_t key, const void *value) in __pthread_setspecific()
24 __pthread_key_delete (pthread_key_t key) in __pthread_key_delete()
34 __pthread_key_create (pthread_key_t *key, void (*destructor) (void *)) in __pthread_key_create()
49 typedef unsigned int pthread_key_t; typedef
125 typedef __pthread_key pthread_key_t; typedef
36 pthread_key_t:j
Completed in 13 milliseconds