HomeSort by relevance Sort by last modified time
    Searched full:pthread_key_create (Results 151 - 175 of 282) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/guide/practices/app-design/
jni.jd 89 can use <code>pthread_key_create</code> to define a destructor
535 <p>Until Android 2.0 (Eclair), it was not possible to use a <code>pthread_key_create</code>
    [all...]
  /frameworks/base/docs/html/guide/practices/
jni.jd 89 can use <code>pthread_key_create</code> to define a destructor
535 <p>Until Android 2.0 (Eclair), it was not possible to use a <code>pthread_key_create</code>
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/libs/x86/
libstlport_shared.so 
  /external/elfutils/tests/
run-strings-test.sh 144 testfile4: d73 pthread_key_create
  /external/v8/src/
platform-cygwin.cc 454 int result = pthread_key_create(&key, NULL);
platform-freebsd.cc 529 int result = pthread_key_create(&key, NULL);
platform-macos.cc 621 int result = pthread_key_create(&key, NULL);
platform-openbsd.cc 582 int result = pthread_key_create(&key, NULL);
platform-solaris.cc 521 int result = pthread_key_create(&key, NULL);
platform-linux.cc 794 int result = pthread_key_create(&key, NULL);
    [all...]
  /external/valgrind/unittest/
posix_tests.cc 1181 pthread_key_create(&key, Destructor);
  /frameworks/base/core/jni/
android_util_Process.cpp 279 pthread_key_create(&gBgKey, NULL);
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 237 pthread_key_create(&test_key, TSDDestructor);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 77 pthread_key_create(&gEGLErrorKey, NULL);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/
libgnustl_shared.so 
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/
libgnustl_shared.so 
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 910 if (pthread_key_create(&dlerror_key, &dlerrorfree))
    [all...]
  /external/stlport/src/
allocators.cpp 913 if (pthread_key_create(&_S_key, _S_destructor)) {
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 312 if (pthread_key_create(&gTLS, threadDestructor) != 0) {
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 913 if (pthread_key_create(&_S_key, _S_destructor)) {
    [all...]

Completed in 1429 milliseconds

1 2 3 4 5 67 8 91011>>