Home
last modified time | relevance | path

Searched refs:pthread_key_create (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/selinux/libselinux/src/
Dselinux_internal.h10 #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/
Dpthread_setspecific.c52 pthread_key_create(&g_key, NULL); in pthread_setspecific_0100()
66 pthread_key_create(&g_key, NULL); in pthread_setspecific_0200()
Dpthread_key_create.c57 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()
Dpthread_key_delete.c28 pthread_key_create(&key, NULL); in pthread_key_delete_0100()
Dpthread_getspecific.c40 pthread_key_create(&g_key, NULL); in pthread_getspecific_0100()
/third_party/musl/libc-test/src/functional/
Dpthread_tsd.c32 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/
D2-1.c31 if (pthread_key_create(&key, NULL) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_key_create function:
D3-1.c62 if (pthread_key_create(&key, dest_func) != 0) { in main()
D1-1.c40 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
D1-2.c52 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
/third_party/flutter/skia/src/ports/
DSkTLS_pthread.cpp19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()
/third_party/libunwind/include/win/
Dpthread.h23 int pthread_key_create(pthread_key_t *, void (*)(void*));
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/
D3-1.c31 if (pthread_key_create(&key, NULL) != 0) { in main()
D1-1.c37 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/
D1-1.c39 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
D1-2.c40 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
D2-1.c64 if (pthread_key_create(&key, dest_func) != 0) { in main()
/third_party/flutter/engine/flutter/fml/
Dthread_local.cc15 FML_CHECK(pthread_key_create(&key_, destroy) == 0); in ThreadLocalPointer()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/speculative/
D5-1.c48 rc = pthread_key_create(&keys[i], NULL); in main()
/third_party/flutter/glfw/src/
Dposix_tls.c37 if (pthread_key_create(&_glfw.posix_tls.context, NULL) != 0) in _glfwInitThreadLocalStoragePOSIX()
/third_party/libxml2/
Dthreads.c60 #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/
Dossource_posix.cpp34 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/
DSDL_systls.c41 if (pthread_key_create(&storage, NULL) == 0) { in SDL_SYS_GetTLSData()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
D1-1.c38 if (pthread_key_create(&keys[i], NULL) != 0) { in main()

12345