/development/ndk/platforms/android-5/include/ |
pthread.h | 223 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
|
/development/ndk/platforms/android-8/include/ |
pthread.h | 228 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
|
/development/ndk/platforms/android-9/include/ |
pthread.h | 265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
|
/development/ndk/platforms/android-L/include/ |
pthread.h | 193 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
|
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
error_handling.c | 213 pthread_key_create(&s_eh_stack_info_key, EHStackInfoDestructor);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
threading.h | 81 #define ts_key_create(ts_key, destructor) pthread_key_create (&(ts_key), destructor);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_pth.h | 164 #define _PT_PTHREAD_KEY_CREATE pthread_key_create
|
/external/chromium_org/v8/src/third_party/vtune/ |
jitprofiling.cc | 428 pthread_key_create(&threadLocalStorageHandle, NULL);
|
/external/libvpx/libvpx/vp8/common/ |
threading.h | 81 #define ts_key_create(ts_key, destructor) pthread_key_create (&(ts_key), destructor);
|
/external/lldb/source/Host/freebsd/ |
Host.cpp | 67 ::pthread_key_create (&g_thread_create_key, FreeBSDThread::PThreadDestructor);
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
jitprofiling.c | 409 pthread_key_create(&threadLocalStorageHandle, NULL);
|
/external/opencv/cxcore/src/ |
cxerror.cpp | 424 int pthrerr = pthread_key_create( &g_TlsIndex, icvPthreadDestructor );
|
/development/ndk/sources/android/libportable/arch-mips/ |
errno.c | 252 pthread_key_create(&errno_key, errno_key_destroy);
|
pthread.c | 249 PTHREAD_WRAPPER(pthread_key_create, (pthread_key_t *key, void (*destructor_function)(void *)),
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_thread.h | 462 if (pthread_key_create(&tsd->key, NULL/*free*/) != 0) { 463 perror("pthread_key_create(): failed to allocate key for thread specific data");
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_thread.h | 462 if (pthread_key_create(&tsd->key, NULL/*free*/) != 0) { 463 perror("pthread_key_create(): failed to allocate key for thread specific data");
|
/bionic/libc/bionic/ |
stubs.cpp | 130 pthread_key_create(&stubs_key, stubs_state_free);
|
malloc_debug_check.cpp | 644 pthread_key_create(&g_debug_calls_disabled, NULL);
|
/external/chromium_org/third_party/webrtc/base/ |
thread.cc | 47 pthread_key_create(&key_, NULL);
|
/external/chromium_org/v8/src/base/platform/ |
platform-posix.cc | 644 int result = pthread_key_create(&key, NULL);
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | [all...] |
/external/fio/ |
gettime.c | 359 if (pthread_key_create(&tv_tls_key, kill_tv_tls_key))
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
Makefile | 212 pthread_key_create.obj \ 376 pthread_key_create.c \
|
pthread.h | 981 PTW32_DLLPORT int PTW32_CDECL pthread_key_create (pthread_key_t * key, [all...] |
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |