Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h37 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
60 #define pthread_getspecific(ts_key) ((void *)(*(ts_key)))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2589 DeleteThreadLocalValue(pthread_getspecific(key_));
2625 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));