HomeSort by: relevance | last modified time | path
    Searched defs:pthread_setspecific (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/
gthr-lynx.h 32 /* Using the macro version of pthread_setspecific leads to a
39 #undef pthread_setspecific macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/
gthr-lynx.h 32 /* Using the macro version of pthread_setspecific leads to a
39 #undef pthread_setspecific macro
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tls.h 67 # pragma weak pthread_setspecific macro
115 if (pthread_setspecific ((NAME).key, (POINTER)) != 0) \
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
tls.h 67 # pragma weak pthread_setspecific macro
115 if (pthread_setspecific ((NAME).key, (POINTER)) != 0) \
  /src/lib/libpthread/
pthread.h 151 int pthread_setspecific(pthread_key_t, const void *);
441 #define pthread_setspecific __libc_thr_setspecific macro
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 39 #pragma weak pthread_setspecific macro
380 (0 == pthread_setspecific) ||
387 pthread_setspecific(eh_key, reinterpret_cast<void *>(0x42));
389 pthread_setspecific(eh_key, 0);
406 pthread_setspecific(eh_key, info);
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 309 #define pthread_setspecific(x,y) (TlsSetValue(x,y) ? 0 : ErrCode()) macro
2793 if (!new_notls && (rc=pthread_setspecific(env->me_txkey, r))) {

Completed in 35 milliseconds