HomeSort by relevance Sort by last modified time
    Searched defs:pthread_getspecific (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/common/
threading.h 33 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
56 #define pthread_getspecific(ts_key) ((void *)(*(ts_key))) macro
  /bionic/libc/bionic/
pthread_key.cpp 40 * pthread_getspecific() / pthread_setspecific() or pthread_key_delete()
150 // it calls pthread_getspecific() for some odd reason
236 void* pthread_getspecific(pthread_key_t key) { function

Completed in 51 milliseconds