/third_party/selinux/libselinux/src/ |
D | selinux_internal.h | 10 #pragma weak pthread_key_create macro 27 (pthread_key_create != NULL ? pthread_key_create(KEY, DESTRUCTOR) : -1)
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_setspecific.c | 52 pthread_key_create(&g_key, NULL); in pthread_setspecific_0100() 66 pthread_key_create(&g_key, NULL); in pthread_setspecific_0200()
|
D | pthread_key_create.c | 57 int32_t ret = pthread_key_create(&g_key, NULL); in pthread_key_create_0100() 71 int32_t ret = pthread_key_create(&g_key, testfunc); in pthread_key_create_0200()
|
D | pthread_key_delete.c | 28 pthread_key_create(&key, NULL); in pthread_key_delete_0100()
|
D | pthread_getspecific.c | 40 pthread_key_create(&g_key, NULL); in pthread_getspecific_0100()
|
/third_party/musl/libc-test/src/functional/ |
D | pthread_tsd.c | 32 TESTR(r, pthread_key_create(&k1, dtor), "failed to create key"); in main() 33 TESTR(r, pthread_key_create(&k2, dtor), "failed to create key"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/ |
D | 2-1.c | 31 if (pthread_key_create(&key, NULL) != 0) { in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_key_create function:
|
D | 3-1.c | 62 if (pthread_key_create(&key, dest_func) != 0) { in main()
|
D | 1-1.c | 40 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|
D | 1-2.c | 52 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|
/third_party/flutter/skia/src/ports/ |
D | SkTLS_pthread.cpp | 19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()
|
/third_party/libunwind/include/win/ |
D | pthread.h | 23 int pthread_key_create(pthread_key_t *, void (*)(void*));
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/ |
D | 3-1.c | 31 if (pthread_key_create(&key, NULL) != 0) { in main()
|
D | 1-1.c | 37 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/ |
D | 1-1.c | 39 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|
D | 1-2.c | 40 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|
D | 2-1.c | 64 if (pthread_key_create(&key, dest_func) != 0) { in main()
|
/third_party/flutter/engine/flutter/fml/ |
D | thread_local.cc | 15 FML_CHECK(pthread_key_create(&key_, destroy) == 0); in ThreadLocalPointer()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/speculative/ |
D | 5-1.c | 48 rc = pthread_key_create(&keys[i], NULL); in main()
|
/third_party/flutter/glfw/src/ |
D | posix_tls.c | 37 if (pthread_key_create(&_glfw.posix_tls.context, NULL) != 0) in _glfwInitThreadLocalStoragePOSIX()
|
/third_party/libxml2/ |
D | threads.c | 60 #pragma weak pthread_key_create macro 71 #pragma weak pthread_key_create macro 866 (pthread_key_create != NULL) && in xmlInitThreads() 952 (void) pthread_key_create(&globalkey, xmlFreeGlobalState); in xmlOnceInit()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | ossource_posix.cpp | 34 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/ |
D | SDL_systls.c | 41 if (pthread_key_create(&storage, NULL) == 0) { in SDL_SYS_GetTLSData()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/ |
D | 1-1.c | 38 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
|