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

  /external/libvpx/vp8/common/
threading.h 37 #define pthread_setspecific(ts_key, value) TlsSetValue(ts_key, (void *)value) macro
  /bionic/libc/bionic/
pthread.c 1744 int pthread_setspecific(pthread_key_t key, const void *ptr) function
    [all...]

Completed in 24 milliseconds