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

  /external/libselinux/src/
selinux_internal.h 100 #pragma weak pthread_setspecific macro
128 if (pthread_setspecific != NULL) \
129 pthread_setspecific(KEY, VALUE); \
  /external/libvpx/vp8/common/
threading.h 37 #define pthread_setspecific(ts_key, value) TlsSetValue(ts_key, (void *)value) macro
  /bionic/libc/bionic/
pthread.c 1979 int pthread_setspecific(pthread_key_t key, const void *ptr) function
    [all...]

Completed in 401 milliseconds