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

  /src/lib/libpthread/
pthread_specific.c 52 __strong_alias(__libc_thr_getspecific,pthread_getspecific)
76 pthread_getspecific(pthread_key_t key) function in typeref:typename:void *
pthread.h 152 void* pthread_getspecific(pthread_key_t);
404 #define pthread_getspecific __libc_thr_getspecific macro

Completed in 14 milliseconds