Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
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))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2632 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));