Home
last modified time | relevance | path

Searched refs:pthread_key (Results 1 – 25 of 132) sorted by relevance

123456

/dports/textproc/senna/senna-1.1.5/bindings/mysql/
H A Dmysql-4.0.27.senna.2ind.skipmode.diff54 +//extern pthread_key(long, THR_SEN_select_limit);
55 +//extern pthread_key(long, THR_SEN_offset_limit);
98 +extern pthread_key(long, THR_SEN_nhit);
99 +extern pthread_key(long, THR_SEN_skipmode);
100 +extern pthread_key(long, THR_SEN_select_limit);
101 +extern pthread_key(long, THR_SEN_offset_limit);
102 +extern pthread_key(long, THR_SEN_current_row);
175 +pthread_key(long, THR_SEN_skipmode);
176 +pthread_key(long, THR_SEN_select_limit);
177 +pthread_key(long, THR_SEN_offset_limit);
[all …]
/dports/security/stunnel/stunnel-5.60/src/
H A Dtls.c151 static pthread_key_t pthread_key; variable
154 pthread_key_create(&pthread_key, NULL); in tls_platform_init()
158 pthread_setspecific(pthread_key, tls_data); in tls_set()
162 return pthread_getspecific(pthread_key); in tls_get()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/unittest/gunit/
H A Dgunit_test_main.cc65 pthread_key(MEM_ROOT**,THR_MALLOC);
66 pthread_key(THD*, THR_THD);
H A Dtest_utils.h31 extern pthread_key(MEM_ROOT**,THR_MALLOC);
32 extern pthread_key(THD*, THR_THD);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/unittest/gunit/
H A Dgunit_test_main.cc65 pthread_key(MEM_ROOT**,THR_MALLOC);
66 pthread_key(THD*, THR_THD);
H A Dtest_utils.h31 extern pthread_key(MEM_ROOT**,THR_MALLOC);
32 extern pthread_key(THD*, THR_THD);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/unittest/gunit/
H A Dgunit_test_main.cc65 pthread_key(MEM_ROOT**,THR_MALLOC);
66 pthread_key(THD*, THR_THD);
H A Dtest_utils.h31 extern pthread_key(MEM_ROOT**,THR_MALLOC);
32 extern pthread_key(THD*, THR_THD);
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/unittest/gunit/
H A Dgunit_test_main.cc65 pthread_key(MEM_ROOT**,THR_MALLOC);
66 pthread_key(THD*, THR_THD);
H A Dtest_utils.h31 extern pthread_key(MEM_ROOT**,THR_MALLOC);
32 extern pthread_key(THD*, THR_THD);
/dports/databases/mysql56-client/mysql-5.6.51/unittest/gunit/
H A Dgunit_test_main.cc65 pthread_key(MEM_ROOT**,THR_MALLOC);
66 pthread_key(THD*, THR_THD);
H A Dtest_utils.h31 extern pthread_key(MEM_ROOT**,THR_MALLOC);
32 extern pthread_key(THD*, THR_THD);
/dports/www/node10/node-v10.24.1/deps/v8/src/base/platform/
H A Dplatform-posix.cc784 static Thread::LocalStorageKey PthreadKeyToLocalKey(pthread_key_t pthread_key) { in PthreadKeyToLocalKey() argument
790 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey()
793 return static_cast<Thread::LocalStorageKey>(pthread_key); in PthreadKeyToLocalKey()
886 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in DeleteThreadLocalKey() local
887 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()
894 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in GetThreadLocal() local
895 return pthread_getspecific(pthread_key); in GetThreadLocal()
900 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in SetThreadLocal() local
901 int result = pthread_setspecific(pthread_key, value); in SetThreadLocal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/platform/
H A Dplatform-posix.cc854 static Thread::LocalStorageKey PthreadKeyToLocalKey(pthread_key_t pthread_key) { in PthreadKeyToLocalKey() argument
860 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey()
863 return static_cast<Thread::LocalStorageKey>(pthread_key); in PthreadKeyToLocalKey()
956 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in DeleteThreadLocalKey() local
957 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()
964 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in GetThreadLocal() local
965 return pthread_getspecific(pthread_key); in GetThreadLocal()
970 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in SetThreadLocal() local
971 int result = pthread_setspecific(pthread_key, value); in SetThreadLocal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/platform/
H A Dplatform-posix.cc883 static Thread::LocalStorageKey PthreadKeyToLocalKey(pthread_key_t pthread_key) { in PthreadKeyToLocalKey() argument
889 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey()
892 return static_cast<Thread::LocalStorageKey>(pthread_key); in PthreadKeyToLocalKey()
985 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in DeleteThreadLocalKey() local
986 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()
993 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in GetThreadLocal() local
994 return pthread_getspecific(pthread_key); in GetThreadLocal()
999 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in SetThreadLocal() local
1000 int result = pthread_setspecific(pthread_key, value); in SetThreadLocal()
/dports/lang/v8/v8-9.6.180.12/src/base/platform/
H A Dplatform-posix.cc938 static Thread::LocalStorageKey PthreadKeyToLocalKey(pthread_key_t pthread_key) { in PthreadKeyToLocalKey() argument
944 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey()
947 return static_cast<Thread::LocalStorageKey>(pthread_key); in PthreadKeyToLocalKey()
1039 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in DeleteThreadLocalKey() local
1040 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()
1047 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in GetThreadLocal() local
1048 return pthread_getspecific(pthread_key); in GetThreadLocal()
1053 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in SetThreadLocal() local
1054 int result = pthread_setspecific(pthread_key, value); in SetThreadLocal()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/perfschema/
H A Dpfs.h43 extern pthread_key(PFS_thread*, THR_PFS);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/perfschema/
H A Dpfs.h43 extern pthread_key(PFS_thread*, THR_PFS);
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/perfschema/
H A Dpfs.h43 extern pthread_key(PFS_thread*, THR_PFS);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/perfschema/
H A Dpfs.h43 extern pthread_key(PFS_thread*, THR_PFS);
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/perfschema/
H A Dpfs.h42 extern pthread_key(PFS_thread*, THR_PFS);
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/perfschema/
H A Dpfs.h42 extern pthread_key(PFS_thread*, THR_PFS);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/perfschema/
H A Dpfs.h42 extern pthread_key(PFS_thread*, THR_PFS);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/perfschema/
H A Dpfs.h42 extern pthread_key(PFS_thread*, THR_PFS);
/dports/databases/mysql56-client/mysql-5.6.51/storage/perfschema/
H A Dpfs.h43 extern pthread_key(PFS_thread*, THR_PFS);

123456