Home
last modified time | relevance | path

Searched defs:scheduler_functions (Results 1 – 12 of 12) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/detail/
H A Dmemory.hpp33 #if defined(ASIO_HAS_STD_SHARED_PTR)
35 using std::weak_ptr;
36 #else // defined(ASIO_HAS_STD_SHARED_PTR)
38 using boost::weak_ptr;
39 #endif // defined(ASIO_HAS_STD_SHARED_PTR)
41 #if defined(ASIO_HAS_STD_ADDRESSOF)
42 using std::addressof;
43 #else // defined(ASIO_HAS_STD_ADDRESSOF)
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPUPass.cpp32 this->numBlockDims = numBlockDims;
36 void runOnFunction() override {
37 for (Operation &op : llvm::make_early_inc_range(getFunction().getOps())) {
38 if (auto forOp = dyn_cast<AffineForOp>(&op)) {
39 if (failed(convertAffineLoopNestToGPULaunch(forOp, numBlockDims,
40 numThreadDims)))
43 }
47 struct ParallelLoopToGpuPass
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dscheduler.h34 struct scheduler_functions struct
36 uint max_threads, *connection_count;
37 ulong *max_connections;
38 bool (*init)(void);
39 bool (*init_new_connection_thread)(void);
40 void (*add_connection)(THD *thd);
41 void (*thd_wait_begin)(THD *thd, int wait_type);
42 void (*thd_wait_end)(THD *thd);
43 void (*post_kill_notification)(THD *thd);
44 bool (*end_thread)(THD *thd, bool cache_thread);
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dscheduler.h34 struct scheduler_functions struct
36 uint max_threads, *connection_count;
37 ulong *max_connections;
38 bool (*init)(void);
39 bool (*init_new_connection_thread)(void);
40 void (*add_connection)(THD *thd);
41 void (*thd_wait_begin)(THD *thd, int wait_type);
42 void (*thd_wait_end)(THD *thd);
43 void (*post_kill_notification)(THD *thd);
44 bool (*end_thread)(THD *thd, bool cache_thread);
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dscheduler.h34 struct scheduler_functions struct
36 uint max_threads, *connection_count;
37 ulong *max_connections;
38 bool (*init)(void);
39 bool (*init_new_connection_thread)(void);
40 void (*add_connection)(THD *thd);
41 void (*thd_wait_begin)(THD *thd, int wait_type);
42 void (*thd_wait_end)(THD *thd);
43 void (*post_kill_notification)(THD *thd);
44 bool (*end_thread)(THD *thd, bool cache_thread);
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dscheduler.h32 struct scheduler_functions struct
34 uint max_threads, *connection_count;
35 ulong *max_connections;
36 bool (*init)(void);
37 bool (*init_new_connection_thread)(void);
38 void (*add_connection)(CONNECT *connect);
39 void (*thd_wait_begin)(THD *thd, int wait_type);
40 void (*thd_wait_end)(THD *thd);
41 void (*post_kill_notification)(THD *thd);
42 bool (*end_thread)(THD *thd, bool cache_thread);
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dscheduler.h32 struct scheduler_functions struct
34 uint max_threads, *connection_count;
35 ulong *max_connections;
36 bool (*init)(void);
37 bool (*init_new_connection_thread)(void);
38 void (*add_connection)(CONNECT *connect);
39 void (*thd_wait_begin)(THD *thd, int wait_type);
40 void (*thd_wait_end)(THD *thd);
41 void (*post_kill_notification)(THD *thd);
42 bool (*end_thread)(THD *thd, bool cache_thread);
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dscheduler.h34 struct scheduler_functions struct
36 uint max_threads;
37 bool (*init)(void);
38 bool (*init_new_connection_thread)(void);
39 void (*add_connection)(THD *thd);
40 void (*thd_wait_begin)(THD *thd, int wait_type);
41 void (*thd_wait_end)(THD *thd);
42 void (*post_kill_notification)(THD *thd);
43 bool (*end_thread)(THD *thd, bool cache_thread);
44 void (*end)(void);
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dscheduler.h34 struct scheduler_functions struct
36 uint max_threads;
37 bool (*init)(void);
38 bool (*init_new_connection_thread)(void);
39 void (*add_connection)(THD *thd);
40 void (*thd_wait_begin)(THD *thd, int wait_type);
41 void (*thd_wait_end)(THD *thd);
42 void (*post_kill_notification)(THD *thd);
43 bool (*end_thread)(THD *thd, bool cache_thread);
44 void (*end)(void);
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dscheduler.h31 struct scheduler_functions struct
33 uint max_threads;
34 bool (*init)(void);
35 bool (*init_new_connection_thread)(void);
36 void (*add_connection)(THD *thd);
37 void (*thd_wait_begin)(THD *thd, int wait_type);
38 void (*thd_wait_end)(THD *thd);
39 void (*post_kill_notification)(THD *thd);
40 bool (*end_thread)(THD *thd, bool cache_thread);
41 void (*end)(void);
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dscheduler.h32 struct scheduler_functions struct
34 uint max_threads;
35 Atomic_counter<uint> *connection_count;
36 ulong *max_connections;
37 bool (*init)(void);
38 void (*add_connection)(CONNECT *connect);
39 void (*thd_wait_begin)(THD *thd, int wait_type);
40 void (*thd_wait_end)(THD *thd);
41 void (*post_kill_notification)(THD *thd);
42 void (*end)(void);
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dscheduler.h32 struct scheduler_functions struct
34 uint max_threads;
35 Atomic_counter<uint> *connection_count;
36 ulong *max_connections;
37 bool (*init)(void);
38 void (*add_connection)(CONNECT *connect);
39 void (*thd_wait_begin)(THD *thd, int wait_type);
40 void (*thd_wait_end)(THD *thd);
41 void (*post_kill_notification)(THD *thd);
42 void (*end)(void);