Searched refs:pthread_setspecific (Results 76 - 79 of 79) sorted by relevance

1234

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc242 CHECK(!pthread_setspecific(g_jni_ptr, jni)) << "pthread_setspecific";
/external/pixman/
H A Dconfigure13899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_setspecific" >&5
13900 $as_echo_n "checking for pthread_setspecific... " >&6; }
13942 pthread_setspecific (key, value);
14017 pthread_setspecific (key, value);
14092 pthread_setspecific (key, value);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2545 // pthread_setspecific().
2632 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2545 // pthread_setspecific().
2632 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));

Completed in 6582 milliseconds

1234