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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getspecific.c 2 * pthread_getspecific.c
42 pthread_getspecific (pthread_key_t key) function
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 37 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
60 #define pthread_getspecific(ts_key) ((void *)(*(ts_key))) macro
  /external/libvpx/libvpx/vp8/common/
threading.h 37 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
60 #define pthread_getspecific(ts_key) ((void *)(*(ts_key))) macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 37 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
60 #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
233 void* pthread_getspecific(pthread_key_t key) { function
  /external/libunwind/src/x86_64/
Gtrace.c 32 #pragma weak pthread_getspecific macro
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1032 #define pthread_getspecific macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1032 #define pthread_getspecific macro
    [all...]

Completed in 895 milliseconds