Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 25 of 31) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-tsd1.c41 value = pthread_getspecific (key1); in do_test()
55 value = pthread_getspecific (key1); in do_test()
74 value = pthread_getspecific (key1); in do_test()
105 value = pthread_getspecific (key2); in do_test()
A Dtst-tsd3.c112 if (pthread_getspecific (key1) != NULL) in do_test()
117 if (pthread_getspecific (key2) != NULL) in do_test()
A Dtst-tsd4.c91 if (pthread_getspecific (key) != NULL) in do_test()
A Dtst-key1.c57 if (pthread_getspecific (keys[i]) != (void *) (i + 100l)) in do_test()
A Dtst-tsd6.c19 void *p = pthread_getspecific (keys[i]); in tf()
A Dtst-key4.c54 if (pthread_getspecific (keys[i]) != NULL) in tf2()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_getspecific.c67 strong_alias (__pthread_getspecific, pthread_getspecific)
A Dpthread_create.c579 PTHREAD_STATIC_FN_REQUIRE (pthread_getspecific)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/metag/
A Dpthread_once.c97 const void *include_pthread_getspecific attribute_hidden = pthread_getspecific;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/arm/
A Dpthread_once.c96 const void *include_pthread_getspecific attribute_hidden = pthread_getspecific;
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dpthread.SUSv4.syms32 pthread_getspecific
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dex4.c50 accu = (char *) pthread_getspecific(str_key); in str_accumulate()
/l4re-core-master/libstdc++-headers/include-11/bits/
A Dgthr-default.h103 __gthrw(pthread_getspecific)
496 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data()
721 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
/l4re-core-master/libstdc++-headers/include-4.9/bits/
A Dgthr-default.h102 __gthrw(pthread_getspecific)
495 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data()
720 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
A Dgthr-posix.h102 __gthrw(pthread_getspecific)
494 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data()
719 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
/l4re-core-master/libstdc++-headers/include-6/bits/
A Dgthr-default.h102 __gthrw(pthread_getspecific)
495 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data()
720 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
/l4re-core-master/libstdc++-headers/include-7/bits/
A Dgthr-default.h102 __gthrw(pthread_getspecific)
495 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data()
720 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
/l4re-core-master/libstdc++-headers/include-8/bits/
A Dgthr-default.h102 __gthrw(pthread_getspecific)
495 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data()
720 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
/l4re-core-master/libstdc++-headers/include-9/bits/
A Dgthr-default.h103 __gthrw(pthread_getspecific)
496 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data()
721 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
/l4re-core-master/libstdc++-headers/include-10/bits/
A Dgthr-default.h103 __gthrw(pthread_getspecific)
496 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data()
721 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
/l4re-core-master/libstdc++-headers/include-5/bits/
A Dgthr-default.h102 __gthrw(pthread_getspecific)
495 return __gthrw_(pthread_getspecific) (_objc_thread_storage); in __gthread_objc_thread_get_data()
720 return __gthrw_(pthread_getspecific) (__key); in __gthread_getspecific()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dspecific.c120 void * pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
/l4re-core-master/uclibc/lib/libpthread/src/
A Dspecific.c187 strong_alias (__pthread_getspecific, pthread_getspecific) in strong_alias() argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dspecific.c177 strong_alias (__pthread_getspecific, pthread_getspecific) in strong_alias() argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dpthread.h562 extern void *pthread_getspecific (pthread_key_t __key) __THROW;

Completed in 33 milliseconds

12