Home
last modified time | relevance | path

Searched refs:db_threadid_t (Results 1 – 25 of 122) sorted by relevance

12345

/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestCallbackSetterAndGetter.c63 db_threadid_t tid, u_int32_t flags);
68 typedef void (*thread_id_fcn)(DB_ENV *dbenv, pid_t *pid, db_threadid_t *tid);
71 db_threadid_t tid, char *buf);
123 pid_t pid, db_threadid_t tid, u_int32_t flags);
126 static void t_thread_id(DB_ENV *dbenv, pid_t *pid, db_threadid_t *tid);
128 pid_t pid, db_threadid_t tid, char *buf);
611 pid_t pid, db_threadid_t tid, u_int32_t flags) { in t_is_alive()
620 static void t_thread_id(DB_ENV *dbenv, pid_t *pid, db_threadid_t *tid) { in t_thread_id()
625 pid_t pid, db_threadid_t tid, char *buf) { in t_thread_id_string()
/dports/databases/db5/db-5.3.28/src/env/
H A Denv_method.c33 void (**)(DB_ENV *, pid_t *, db_threadid_t *)));
35 char * (**)(DB_ENV *, pid_t, db_threadid_t, char *)));
48 int (**)(DB_ENV *, pid_t, db_threadid_t, u_int32_t)));
50 int (*)(DB_ENV *, pid_t, db_threadid_t, u_int32_t)));
52 pid_t *, db_threadid_t *)));
54 char * (*)(DB_ENV *, pid_t, db_threadid_t, char *)));
1439 void (**idp) __P((DB_ENV *, pid_t *, db_threadid_t *));
1453 void (*id) __P((DB_ENV *, pid_t *, db_threadid_t *));
1467 __P((DB_ENV *, pid_t, db_threadid_t, char *));
1494 int (**is_alivep) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t));
[all …]
/dports/databases/db18/db-18.1.40/dist/
H A Ds_java_stat32 /db_threadid_t/d
176 /db_threadid_t/d
243 /db_threadid_t/d
308 /db_threadid_t/d
369 /db_threadid_t/d
/dports/databases/db5/db-5.3.28/dist/
H A Ds_java_stat32 /db_threadid_t/d
160 /db_threadid_t/d
221 /db_threadid_t/d
278 /db_threadid_t/d
/dports/databases/db5/db-5.3.28/build_windows/
H A Ddb_cxx.h543 int (**)(DbEnv *, pid_t, db_threadid_t, u_int32_t));
545 int (*)(DbEnv *, pid_t, db_threadid_t, u_int32_t));
747 void (**)(DbEnv *, pid_t *, db_threadid_t *));
750 char *(**)(DbEnv *, pid_t, db_threadid_t, char *));
752 pid_t, db_threadid_t, char *));
831 db_threadid_t thrid, u_int32_t flags);
839 db_threadid_t *thridp);
841 db_threadid_t thrid, char *buf);
871 int (*isalive_callback_)(DbEnv *, pid_t, db_threadid_t, u_int32_t);
879 void (*thread_id_callback_)(DbEnv *, pid_t *, db_threadid_t *);
[all …]
/dports/databases/db5/db-5.3.28/build_vxworks/
H A Ddb_cxx.h543 int (**)(DbEnv *, pid_t, db_threadid_t, u_int32_t));
545 int (*)(DbEnv *, pid_t, db_threadid_t, u_int32_t));
747 void (**)(DbEnv *, pid_t *, db_threadid_t *));
750 char *(**)(DbEnv *, pid_t, db_threadid_t, char *));
752 pid_t, db_threadid_t, char *));
831 db_threadid_t thrid, u_int32_t flags);
839 db_threadid_t *thridp);
841 db_threadid_t thrid, char *buf);
871 int (*isalive_callback_)(DbEnv *, pid_t, db_threadid_t, u_int32_t);
879 void (*thread_id_callback_)(DbEnv *, pid_t *, db_threadid_t *);
[all …]
/dports/databases/db18/db-18.1.40/build_windows/
H A Ddb_cxx.h579 int (**)(DbEnv *, pid_t, db_threadid_t, u_int32_t));
581 int (*)(DbEnv *, pid_t, db_threadid_t, u_int32_t));
795 void (**)(DbEnv *, pid_t *, db_threadid_t *));
798 char *(**)(DbEnv *, pid_t, db_threadid_t, char *));
800 pid_t, db_threadid_t, char *));
893 db_threadid_t thrid, u_int32_t flags);
901 db_threadid_t *thridp);
903 db_threadid_t thrid, char *buf);
937 int (*isalive_callback_)(DbEnv *, pid_t, db_threadid_t, u_int32_t);
946 void (*thread_id_callback_)(DbEnv *, pid_t *, db_threadid_t *);
[all …]
/dports/databases/db5/db-5.3.28/lang/cxx/
H A Dcxx_env.cpp135 DB_ENV *dbenv, pid_t pid, db_threadid_t thrid, u_int32_t flags) in _isalive_intercept_c()
141 void _thread_id_intercept_c(DB_ENV *dbenv, pid_t *pidp, db_threadid_t *thridp) in _thread_id_intercept_c()
148 db_threadid_t thrid, char *buf) in _thread_id_string_intercept_c()
244 DB_ENV *dbenv, pid_t pid, db_threadid_t thrid, u_int32_t flags) in _isalive_intercept()
288 pid_t *pidp, db_threadid_t *thridp) in _thread_id_intercept()
299 pid_t pid, db_threadid_t thrid, char *buf) in _thread_id_string_intercept()
1057 (int (**argp)(DbEnv *, pid_t, db_threadid_t, u_int32_t)) in get_isalive() argument
1065 (int (*arg)(DbEnv *, pid_t, db_threadid_t, u_int32_t)) in set_isalive() argument
1110 int DbEnv::set_thread_id(void (*arg)(DbEnv *, pid_t *, db_threadid_t *)) in set_thread_id() argument
1124 char *(**argp)(DbEnv *, pid_t, db_threadid_t, char *)) in get_thread_id_string_fn() argument
[all …]
/dports/databases/db18/db-18.1.40/build_vxworks/
H A Ddb_cxx.h579 int (**)(DbEnv *, pid_t, db_threadid_t, u_int32_t));
581 int (*)(DbEnv *, pid_t, db_threadid_t, u_int32_t));
795 void (**)(DbEnv *, pid_t *, db_threadid_t *));
798 char *(**)(DbEnv *, pid_t, db_threadid_t, char *));
800 pid_t, db_threadid_t, char *));
893 db_threadid_t thrid, u_int32_t flags);
901 db_threadid_t *thridp);
903 db_threadid_t thrid, char *buf);
937 int (*isalive_callback_)(DbEnv *, pid_t, db_threadid_t, u_int32_t);
946 void (*thread_id_callback_)(DbEnv *, pid_t *, db_threadid_t *);
[all …]
/dports/databases/db18/db-18.1.40/src/env/
H A Denv_method.c34 void (**)(DB_ENV *, pid_t *, db_threadid_t *)));
36 char * (**)(DB_ENV *, pid_t, db_threadid_t, char *)));
50 int (**)(DB_ENV *, pid_t, db_threadid_t, u_int32_t)));
52 int (*)(DB_ENV *, pid_t, db_threadid_t, u_int32_t)));
54 pid_t *, db_threadid_t *)));
56 char * (*)(DB_ENV *, pid_t, db_threadid_t, char *)));
1735 void (**idp) __P((DB_ENV *, pid_t *, db_threadid_t *));
1749 void (*id_func) __P((DB_ENV *, pid_t *, db_threadid_t *));
1770 __P((DB_ENV *, pid_t, db_threadid_t, char *));
1802 int (**is_alivep) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t));
[all …]
/dports/databases/db5/db-5.3.28/src/os/
H A Dos_pid.c23 db_threadid_t *tidp;
/dports/databases/db18/db-18.1.40/src/os/
H A Dos_pid.c23 db_threadid_t *tidp;
/dports/databases/db18/db-18.1.40/lang/cxx/
H A Dcxx_env.cpp150 DB_ENV *dbenv, pid_t pid, db_threadid_t thrid, u_int32_t flags) in _isalive_intercept_c()
156 void _thread_id_intercept_c(DB_ENV *dbenv, pid_t *pidp, db_threadid_t *thridp) in _thread_id_intercept_c()
163 db_threadid_t thrid, char *buf) in _thread_id_string_intercept_c()
271 DB_ENV *dbenv, pid_t pid, db_threadid_t thrid, u_int32_t flags) in _isalive_intercept()
330 pid_t *pidp, db_threadid_t *thridp) in _thread_id_intercept()
341 pid_t pid, db_threadid_t thrid, char *buf) in _thread_id_string_intercept()
1215 (int (**argp)(DbEnv *, pid_t, db_threadid_t, u_int32_t)) in get_isalive() argument
1223 (int (*arg)(DbEnv *, pid_t, db_threadid_t, u_int32_t)) in set_isalive() argument
1268 int DbEnv::set_thread_id(void (*arg)(DbEnv *, pid_t *, db_threadid_t *)) in set_thread_id() argument
1282 char *(**argp)(DbEnv *, pid_t, db_threadid_t, char *)) in get_thread_id_string_fn() argument
[all …]
/dports/databases/db5/db-5.3.28/src/mutex/
H A Dmut_failchk.c30 db_threadid_t unused;
/dports/databases/db5/db-5.3.28/src/dbinc_auto/
H A Denv_ext.h31 char *__env_thread_id_string __P((DB_ENV *, pid_t, db_threadid_t, char *));
102 int __envreg_isalive __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t));
/dports/databases/db18/db-18.1.40/src/txn/
H A Dtxn_failchk.c29 db_threadid_t tid;
/dports/databases/db5/db-5.3.28/src/txn/
H A Dtxn_failchk.c29 db_threadid_t tid;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h115 typedef pthread_t db_threadid_t; typedef
973 db_threadid_t tid; /* Thread id for use in MT XA. */
1093 db_threadid_t tid; /* Thread owning txn ID */
2199 void (*thread_id) __P((DB_ENV *, pid_t *, db_threadid_t *));
2202 __P((DB_ENV *, pid_t, db_threadid_t, uint32_t));
2205 __P((DB_ENV *, pid_t, db_threadid_t, char *));
2418 int (*)(DB_ENV *, pid_t, db_threadid_t, uint32_t)));
2442 void (*)(DB_ENV *, pid_t *, db_threadid_t *)));
2444 char *(*)(DB_ENV *, pid_t, db_threadid_t, char *)));
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h115 typedef pthread_t db_threadid_t; typedef
973 db_threadid_t tid; /* Thread id for use in MT XA. */
1093 db_threadid_t tid; /* Thread owning txn ID */
2199 void (*thread_id) __P((DB_ENV *, pid_t *, db_threadid_t *));
2202 __P((DB_ENV *, pid_t, db_threadid_t, uint32_t));
2205 __P((DB_ENV *, pid_t, db_threadid_t, char *));
2418 int (*)(DB_ENV *, pid_t, db_threadid_t, uint32_t)));
2442 void (*)(DB_ENV *, pid_t *, db_threadid_t *)));
2444 char *(*)(DB_ENV *, pid_t, db_threadid_t, char *)));
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h115 typedef pthread_t db_threadid_t; typedef
973 db_threadid_t tid; /* Thread id for use in MT XA. */
1093 db_threadid_t tid; /* Thread owning txn ID */
2199 void (*thread_id) __P((DB_ENV *, pid_t *, db_threadid_t *));
2202 __P((DB_ENV *, pid_t, db_threadid_t, uint32_t));
2205 __P((DB_ENV *, pid_t, db_threadid_t, char *));
2418 int (*)(DB_ENV *, pid_t, db_threadid_t, uint32_t)));
2442 void (*)(DB_ENV *, pid_t *, db_threadid_t *)));
2444 char *(*)(DB_ENV *, pid_t, db_threadid_t, char *)));
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h115 typedef pthread_t db_threadid_t; typedef
973 db_threadid_t tid; /* Thread id for use in MT XA. */
1093 db_threadid_t tid; /* Thread owning txn ID */
2199 void (*thread_id) __P((DB_ENV *, pid_t *, db_threadid_t *));
2202 __P((DB_ENV *, pid_t, db_threadid_t, uint32_t));
2205 __P((DB_ENV *, pid_t, db_threadid_t, char *));
2418 int (*)(DB_ENV *, pid_t, db_threadid_t, uint32_t)));
2442 void (*)(DB_ENV *, pid_t *, db_threadid_t *)));
2444 char *(*)(DB_ENV *, pid_t, db_threadid_t, char *)));
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h115 typedef pthread_t db_threadid_t; typedef
973 db_threadid_t tid; /* Thread id for use in MT XA. */
1093 db_threadid_t tid; /* Thread owning txn ID */
2199 void (*thread_id) __P((DB_ENV *, pid_t *, db_threadid_t *));
2202 __P((DB_ENV *, pid_t, db_threadid_t, uint32_t));
2205 __P((DB_ENV *, pid_t, db_threadid_t, char *));
2418 int (*)(DB_ENV *, pid_t, db_threadid_t, uint32_t)));
2442 void (*)(DB_ENV *, pid_t *, db_threadid_t *)));
2444 char *(*)(DB_ENV *, pid_t, db_threadid_t, char *)));
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h115 typedef pthread_t db_threadid_t; typedef
973 db_threadid_t tid; /* Thread id for use in MT XA. */
1093 db_threadid_t tid; /* Thread owning txn ID */
2199 void (*thread_id) __P((DB_ENV *, pid_t *, db_threadid_t *));
2202 __P((DB_ENV *, pid_t, db_threadid_t, uint32_t));
2205 __P((DB_ENV *, pid_t, db_threadid_t, char *));
2418 int (*)(DB_ENV *, pid_t, db_threadid_t, uint32_t)));
2442 void (*)(DB_ENV *, pid_t *, db_threadid_t *)));
2444 char *(*)(DB_ENV *, pid_t, db_threadid_t, char *)));
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h115 typedef pthread_t db_threadid_t; typedef
973 db_threadid_t tid; /* Thread id for use in MT XA. */
1093 db_threadid_t tid; /* Thread owning txn ID */
2199 void (*thread_id) __P((DB_ENV *, pid_t *, db_threadid_t *));
2202 __P((DB_ENV *, pid_t, db_threadid_t, uint32_t));
2205 __P((DB_ENV *, pid_t, db_threadid_t, char *));
2418 int (*)(DB_ENV *, pid_t, db_threadid_t, uint32_t)));
2442 void (*)(DB_ENV *, pid_t *, db_threadid_t *)));
2444 char *(*)(DB_ENV *, pid_t, db_threadid_t, char *)));
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h115 typedef pthread_t db_threadid_t; typedef
973 db_threadid_t tid; /* Thread id for use in MT XA. */
1093 db_threadid_t tid; /* Thread owning txn ID */
2199 void (*thread_id) __P((DB_ENV *, pid_t *, db_threadid_t *));
2202 __P((DB_ENV *, pid_t, db_threadid_t, uint32_t));
2205 __P((DB_ENV *, pid_t, db_threadid_t, char *));
2418 int (*)(DB_ENV *, pid_t, db_threadid_t, uint32_t)));
2442 void (*)(DB_ENV *, pid_t *, db_threadid_t *)));
2444 char *(*)(DB_ENV *, pid_t, db_threadid_t, char *)));

12345