Searched defs:pthread_setspecific (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dthreading.h38 #define pthread_setspecific(ts_key, value) TlsSetValue(ts_key, (void *)value) macro
61 #define pthread_setspecific(ts_key, value) (*(ts_key)=(ULONG)(value)) macro

Completed in 20 milliseconds