Home
last modified time | relevance | path

Searched refs:pthread_setspecific (Results 1 – 25 of 35) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-tsd3.c40 if (pthread_setspecific (key2, (void *) 1l) != 0) in destr1()
56 if (pthread_setspecific (key1, (void *) 1l) != 0) in destr2()
71 if (pthread_setspecific (key1, (void *) 1l) != 0 in tf()
72 || pthread_setspecific (key2, (void *) 1l) != 0) in tf()
A Dtst-tsd4.c37 if (pthread_setspecific (key, (void *) 1l) != 0) in destr()
48 if (pthread_setspecific (key, (void *) 1l) != 0) in tf()
A Dtst-tsd1.c48 err = pthread_setspecific (key1, (void *) -2l); in do_test()
67 err = pthread_setspecific (key1, (void *) -3l); in do_test()
A Dtst-tsd5.c56 if (pthread_setspecific (k, (void *) 1) != 0) in do_test()
A Dtst-key1.c48 if (pthread_setspecific (keys[i], (const void *) (i + 100l)) != 0) in do_test()
A Dtst-tsd2.c43 err = pthread_setspecific (key, (void *) -2l); in tf()
A Dtst-key2.c54 if (pthread_setspecific (*key, (void *) -1l) != 0) in tf()
A Dtst-tsd6.c20 pthread_setspecific (keys[i], (void *) 7); in tf()
A Dtst-key3.c57 if (pthread_setspecific (*key, (void *) -1l) != 0) in tf()
A Dtst-key4.c39 if (pthread_setspecific (keys[i], (void *) (long int) (i + 1)) != 0) in tf1()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/metag/
A Dpthread_once.c98 const void *include_pthread_setspecific attribute_hidden = pthread_setspecific;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/arm/
A Dpthread_once.c97 const void *include_pthread_setspecific attribute_hidden = pthread_setspecific;
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dpthread.SUSv4.syms64 pthread_setspecific
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_setspecific.c95 strong_alias (__pthread_setspecific, pthread_setspecific)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dex4.c57 pthread_setspecific(str_key, (void *) accu); in str_accumulate()
/l4re-core-master/libstdc++-headers/include-11/bits/
A Dgthr-default.h104 __gthrw(pthread_setspecific)
483 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
727 return __gthrw_(pthread_setspecific) (__key, __ptr); in __gthread_setspecific()
/l4re-core-master/libstdc++-headers/include-4.9/bits/
A Dgthr-default.h103 __gthrw(pthread_setspecific)
482 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
726 return __gthrw_(pthread_setspecific) (__key, __ptr); in __gthread_setspecific()
A Dgthr-posix.h103 __gthrw(pthread_setspecific)
481 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
725 return __gthrw_(pthread_setspecific) (__key, __ptr); in __gthread_setspecific()
/l4re-core-master/libstdc++-headers/include-6/bits/
A Dgthr-default.h103 __gthrw(pthread_setspecific)
482 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
726 return __gthrw_(pthread_setspecific) (__key, __ptr); in __gthread_setspecific()
/l4re-core-master/libstdc++-headers/include-7/bits/
A Dgthr-default.h103 __gthrw(pthread_setspecific)
482 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
726 return __gthrw_(pthread_setspecific) (__key, __ptr); in __gthread_setspecific()
/l4re-core-master/libstdc++-headers/include-8/bits/
A Dgthr-default.h103 __gthrw(pthread_setspecific)
482 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
726 return __gthrw_(pthread_setspecific) (__key, __ptr); in __gthread_setspecific()
/l4re-core-master/libstdc++-headers/include-9/bits/
A Dgthr-default.h104 __gthrw(pthread_setspecific)
483 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
727 return __gthrw_(pthread_setspecific) (__key, __ptr); in __gthread_setspecific()
/l4re-core-master/libstdc++-headers/include-10/bits/
A Dgthr-default.h104 __gthrw(pthread_setspecific)
483 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
727 return __gthrw_(pthread_setspecific) (__key, __ptr); in __gthread_setspecific()
/l4re-core-master/libstdc++-headers/include-5/bits/
A Dgthr-default.h103 __gthrw(pthread_setspecific)
482 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value); in __gthread_objc_thread_set_data()
726 return __gthrw_(pthread_setspecific) (__key, __ptr); in __gthread_setspecific()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dspecific.c99 int pthread_setspecific(pthread_key_t key, const void * pointer) in pthread_setspecific() function

Completed in 30 milliseconds

12