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

  /src/lib/libpthread/
pthread_tsd.c 54 __strong_alias(__libc_thr_keycreate,pthread_key_create)
131 pthread_key_create(pthread_key_t *key, void (*destructor)(void *)) function
224 * This is tricky. The standard says of pthread_key_create()
255 * pthread_key_create() and leave the old values. If an
268 * pthread_key_create(). Either pthread_key_create() or
278 * pthread_key_create() and pthread_getspecific() with that
pthread.h 149 int pthread_key_create(pthread_key_t *, void (*)(void *));
440 #define pthread_key_create __libc_thr_keycreate macro
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tls.h 65 # pragma weak pthread_key_create macro
99 if (pthread_key_create (&(NAME).key, DESTRUCTOR) != 0) \
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
tls.h 65 # pragma weak pthread_key_create macro
99 if (pthread_key_create (&(NAME).key, DESTRUCTOR) != 0) \
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 38 #pragma weak pthread_key_create macro
379 if ((0 == pthread_key_create) ||
386 pthread_key_create(&eh_key, thread_cleanup);
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 305 #define pthread_key_create(x,y) \ macro
4842 rc = pthread_key_create(&env->me_txkey, mdb_env_reader_dest);

Completed in 38 milliseconds