/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
posix_tss_ptr.ipp | 30 int error = ::pthread_key_create(&key, 0);
|
/bionic/libc/malloc_debug/ |
debug_disable.cpp | 45 int error = pthread_key_create(&g_disable_key, nullptr); 47 error_log("pthread_key_create failed: %s", strerror(error));
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
3-1.c | 46 rc = pthread_key_create(&key, destructor); 48 printf(ERROR_PREFIX "pthread_key_create\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
2-2.c | 53 rc = pthread_key_create(&key, destructor); 55 printf(ERROR_PREFIX "pthread_key_create\n");
|
2-3.c | 70 rc = pthread_key_create(&key, destructor); 72 printf(ERROR_PREFIX "pthread_key_create\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/ |
2-1.c | 64 if (pthread_key_create(&key, dest_func) != 0) { 65 printf("Error: pthread_key_create() failed\n");
|
assertions.xml | 6 Shall delete a thread-specific data key previously returned by pthread_key_create. The
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_android_386.c | 39 if(pthread_key_create(&k, nil) != 0) { 40 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
|
gcc_android_amd64.c | 44 if(pthread_key_create(&k, nil) != 0) { 45 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
|
gcc_darwin_amd64.c | 38 if(pthread_key_create(&k, nil) != 0) { 39 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
|
gcc_darwin_386.c | 26 * one of the early calls to pthread_key_create, so we 67 if(pthread_key_create(&k, nil) != 0) { 68 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_android_386.c | 39 if(pthread_key_create(&k, nil) != 0) { 40 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
|
gcc_android_amd64.c | 44 if(pthread_key_create(&k, nil) != 0) { 45 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
|
gcc_darwin_amd64.c | 38 if(pthread_key_create(&k, nil) != 0) { 39 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
tsd_dtor_leak.cc | 27 assert(0 == pthread_key_create(&tsd_key, Dtor));
|
/external/compiler-rt/test/lsan/TestCases/ |
cleanup_in_tsd_destructor.c | 35 int res = pthread_key_create(&key, &key_destructor);
|
disabler_in_tsd_destructor.c | 31 int res = pthread_key_create(&key, &key_destructor);
|
use_tls_pthread_specific_static.cc | 19 res = pthread_key_create(&key, NULL);
|
/external/libusb/libusb/os/ |
threads_posix.h | 48 #define usbi_tls_key_create(key) pthread_key_create((key), NULL)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/ |
assertions.xml | 7 Calling pthread_getspecific() with a key value not obtained from pthread_key_create() or
|
/external/swiftshader/src/OpenGL/compiler/ |
ossource_posix.cpp | 34 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) {
|
/external/dng_sdk/source/ |
dng_mutex.cpp | 43 int result = pthread_key_create (&fInnermostMutexKey, NULL); 45 DNG_ASSERT (result == 0, "pthread_key_create failed.");
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
2011-08-22-ResolveAlias.ll | 31 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create 79 declare extern_weak i32 @pthread_key_create(i32*, void (i8*)*)
|
2011-08-22-ResolveAlias2.ll | 34 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create 84 declare extern_weak i32 @pthread_key_create(i32*, void (i8*)*)
|
/external/valgrind/exp-sgcheck/tests/ |
filter_stderr | 32 -e "s/(pthread_key_create.c:[0-9]*)/(in \/...libpthread...)/" \
|