HomeSort by: relevance | last modified time | path
    Searched defs:pthread_key_create (Results 1 - 2 of 2) 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 in typeref:typename:int
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 *));
402 #define pthread_key_create __libc_thr_keycreate macro

Completed in 12 milliseconds