Home
last modified time | relevance | path

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

12345678910>>...149

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/include/monkey/
H A Dmk_tls.h27 pthread_key_create(&mk_utils_error_key, NULL); \
29 pthread_key_create(&mk_server_fifo_key, NULL);
85 #define MK_TLS_INIT(key) pthread_key_create(&key, NULL) in mk_thread_resume()
90 pthread_key_create(&mk_tls_cache_iov_header, NULL); \
91 pthread_key_create(&mk_tls_cache_header_cl, NULL); \
92 pthread_key_create(&mk_tls_cache_header_lm, NULL); \
93 pthread_key_create(&mk_tls_cache_gmtime, NULL); \
94 pthread_key_create(&mk_tls_cache_gmtext, NULL); \
97 pthread_key_create(&mk_tls_vhost_fdt, NULL); \
100 pthread_key_create(&mk_tls_sched_cs, NULL); \ in mk_thread_new()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dpthread_key_create.texi1 @node pthread_key_create
2 @section @code{pthread_key_create}
3 @findex pthread_key_create
5 …ification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_key_create.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dpthread_key_create.texi1 @node pthread_key_create
2 @section @code{pthread_key_create}
3 @findex pthread_key_create
5 …ication:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_create.html}
/dports/devel/emscripten/emscripten-2.0.3/tests/pthread/
H A Dspecific.c28 rv = pthread_key_create(&key, &destr_function); in main()
51 rv = pthread_key_create(&key, &destr_function); in main()
68 rv = pthread_key_create(&key, &destr_function); in main()
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dmaybe_threads.cc62 int pthread_key_create (pthread_key_t*, void (*)(void*))
99 if (pthread_key_create) { in perftools_pthread_key_create()
100 return pthread_key_create(key, destr_function); in perftools_pthread_key_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dmaybe_threads.cc62 int pthread_key_create (pthread_key_t*, void (*)(void*))
99 if (pthread_key_create) { in perftools_pthread_key_create()
100 return pthread_key_create(key, destr_function); in perftools_pthread_key_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dmaybe_threads.cc62 int pthread_key_create (pthread_key_t*, void (*)(void*))
99 if (pthread_key_create) { in perftools_pthread_key_create()
100 return pthread_key_create(key, destr_function); in perftools_pthread_key_create()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dmaybe_threads.cc62 int pthread_key_create (pthread_key_t*, void (*)(void*))
97 if (pthread_key_create) { in perftools_pthread_key_create()
98 return pthread_key_create(key, destr_function); in perftools_pthread_key_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_processInitialize.c83 if ((pthread_key_create (&ptw32_selfThreadKey, NULL) != 0) || in ptw32_processInitialize()
84 (pthread_key_create (&ptw32_cleanupKey, NULL) != 0)) in ptw32_processInitialize()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/
H A Dptw32_processInitialize.c83 if ((pthread_key_create (&ptw32_selfThreadKey, NULL) != 0) || in ptw32_processInitialize()
84 (pthread_key_create (&ptw32_cleanupKey, NULL) != 0)) in ptw32_processInitialize()
/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dmt.c87 pthread_key_create(&cfg.currdoc_key, NULL); in mt_init()
88 pthread_key_create(&cfg.herrno_key, NULL); in mt_init()
89 pthread_key_create(&cfg.thrnr_key, NULL); in mt_init()
90 pthread_key_create(&cfg.privcfg_key, NULL); in mt_init()
91 pthread_key_create(&_mt_key_main_thread, NULL); in mt_init()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5TS.c108 pthread_key_create(&H5TS_errstk_key_g, H5TS_key_destructor); in H5TS_pthread_first_thread_init()
111 pthread_key_create(&H5TS_funcstk_key_g, H5TS_key_destructor); in H5TS_pthread_first_thread_init()
114 pthread_key_create(&H5TS_apictx_key_g, H5TS_key_destructor); in H5TS_pthread_first_thread_init()
117 pthread_key_create(&H5TS_cancel_key_g, H5TS_key_destructor); in H5TS_pthread_first_thread_init()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5TS.c108 pthread_key_create(&H5TS_errstk_key_g, H5TS_key_destructor); in H5TS_pthread_first_thread_init()
111 pthread_key_create(&H5TS_funcstk_key_g, H5TS_key_destructor); in H5TS_pthread_first_thread_init()
114 pthread_key_create(&H5TS_apictx_key_g, H5TS_key_destructor); in H5TS_pthread_first_thread_init()
117 pthread_key_create(&H5TS_cancel_key_g, H5TS_key_destructor); in H5TS_pthread_first_thread_init()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/platform/example/functions/threads/
H A Dtss_create.c16 extern int pthread_key_create( tss_t *, tss_dtor_t );
24 if ( pthread_key_create( key, dtor ) == 0 ) in tss_create()
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/
H A Dptw32_processInitialize.c83 if ((pthread_key_create (&ptw32_selfThreadKey, NULL) != 0) || in ptw32_processInitialize()
84 (pthread_key_create (&ptw32_cleanupKey, NULL) != 0)) in ptw32_processInitialize()
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/
H A Dthread_specific.cpp94 const int res = pthread_key_create(pkey, NULL);
147 const int res = pthread_key_create(&key, NULL);
183 const int res = pthread_key_create(&key, NULL);
226 const int res = pthread_key_create(&key, NULL);
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/
H A Dthread_specific.cpp94 const int res = pthread_key_create(pkey, NULL);
147 const int res = pthread_key_create(&key, NULL);
183 const int res = pthread_key_create(&key, NULL);
226 const int res = pthread_key_create(&key, NULL);
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/
H A Dthread_specific.cpp94 const int res = pthread_key_create(pkey, NULL);
147 const int res = pthread_key_create(&key, NULL);
183 const int res = pthread_key_create(&key, NULL);
226 const int res = pthread_key_create(&key, NULL);
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/
H A Dthread_specific.cpp94 const int res = pthread_key_create(pkey, NULL);
147 const int res = pthread_key_create(&key, NULL);
183 const int res = pthread_key_create(&key, NULL);
226 const int res = pthread_key_create(&key, NULL);
/dports/misc/visp/visp-3.4.0/3rdparty/pthreads4w/
H A Dptw32_processInitialize.c147 if ((pthread_key_create (&__ptw32_selfThreadKey, NULL) != 0) || in __ptw32_processInitialize()
148 (pthread_key_create (&__ptw32_cleanupKey, NULL) != 0)) in __ptw32_processInitialize()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_pthread_specific_dynamic.cc22 res = pthread_key_create(&dummy_keys[i], NULL); in main()
26 res = pthread_key_create(&key, NULL); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_pthread_specific_dynamic.cpp25 res = pthread_key_create(&dummy_keys[i], NULL); in main()
29 res = pthread_key_create(&key, NULL); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_pthread_specific_dynamic.cpp22 res = pthread_key_create(&dummy_keys[i], NULL); in main()
26 res = pthread_key_create(&key, NULL); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_pthread_specific_dynamic.cpp22 res = pthread_key_create(&dummy_keys[i], NULL); in main()
26 res = pthread_key_create(&key, NULL); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_pthread_specific_dynamic.cpp25 res = pthread_key_create(&dummy_keys[i], NULL); in main()
29 res = pthread_key_create(&key, NULL); in main()

12345678910>>...149