Home
last modified time | relevance | path

Searched defs:thread_base (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dtorrent.h58 class thread_base; variable
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/client/
H A Dhslongrun.cpp108 struct thread_base { struct
109 thread_base() : need_join(false), stack_size(256 * 1024) { } in thread_base() argument
110 virtual ~thread_base() { in ~thread_base()
114 void start() { in start()
119 bool start_nothrow() { in start_nothrow()
141 void join() { in join()
152 static void *thread_main(void *arg) { in thread_main()
158 pthread_t thr;
159 bool need_join;
160 size_t stack_size;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/client/
H A Dhslongrun.cpp108 struct thread_base { struct
109 thread_base() : need_join(false), stack_size(256 * 1024) { } in thread_base() argument
110 virtual ~thread_base() { in ~thread_base()
114 void start() { in start()
119 bool start_nothrow() { in start_nothrow()
141 void join() { in join()
152 static void *thread_main(void *arg) { in thread_main()
158 pthread_t thr;
159 bool need_join;
160 size_t stack_size;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/client/
H A Dhslongrun.cpp108 struct thread_base { struct
109 thread_base() : need_join(false), stack_size(256 * 1024) { } in thread_base() argument
110 virtual ~thread_base() { in ~thread_base()
114 void start() { in start()
119 bool start_nothrow() { in start_nothrow()
141 void join() { in join()
152 static void *thread_main(void *arg) { in thread_main()
158 pthread_t thr;
159 bool need_join;
160 size_t stack_size;
/dports/databases/mariadb103-server/mariadb-10.3.34/plugin/handler_socket/client/
H A Dhslongrun.cpp108 struct thread_base { struct
109 thread_base() : need_join(false), stack_size(256 * 1024) { } in thread_base() function
110 virtual ~thread_base() { in ~thread_base()
114 void start() { in start()
119 bool start_nothrow() { in start_nothrow()
141 void join() { in join()
152 static void *thread_main(void *arg) { in thread_main()
158 pthread_t thr;
159 bool need_join;
160 size_t stack_size;
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/handler_socket/client/
H A Dhslongrun.cpp108 struct thread_base { struct
109 thread_base() : need_join(false), stack_size(256 * 1024) { } in thread_base() function
110 virtual ~thread_base() { in ~thread_base()
114 void start() { in start()
119 bool start_nothrow() { in start_nothrow()
141 void join() { in join()
152 static void *thread_main(void *arg) { in thread_main()
158 pthread_t thr;
159 bool need_join;
160 size_t stack_size;
/dports/databases/mariadb104-server/mariadb-10.4.24/plugin/handler_socket/client/
H A Dhslongrun.cpp108 struct thread_base { struct
109 thread_base() : need_join(false), stack_size(256 * 1024) { } in thread_base() argument
110 virtual ~thread_base() { in ~thread_base()
114 void start() { in start()
119 bool start_nothrow() { in start_nothrow()
141 void join() { in join()
152 static void *thread_main(void *arg) { in thread_main()
158 pthread_t thr;
159 bool need_join;
160 size_t stack_size;
/dports/databases/mariadb104-client/mariadb-10.4.24/plugin/handler_socket/client/
H A Dhslongrun.cpp108 struct thread_base { struct
109 thread_base() : need_join(false), stack_size(256 * 1024) { } in thread_base() argument
110 virtual ~thread_base() { in ~thread_base()
114 void start() { in start()
119 bool start_nothrow() { in start_nothrow()
141 void join() { in join()
152 static void *thread_main(void *arg) { in thread_main()
158 pthread_t thr;
159 bool need_join;
160 size_t stack_size;
/dports/databases/libhsclient/HandlerSocket-Plugin-for-MySQL/client/
H A Dhslongrun.cpp108 struct thread_base { struct
109 thread_base() : need_join(false), stack_size(256 * 1024) { } in thread_base() function
110 virtual ~thread_base() { in ~thread_base()
114 void start() { in start()
119 bool start_nothrow() { in start_nothrow()
141 void join() { in join()
152 static void *thread_main(void *arg) { in thread_main()
158 pthread_t thr;
159 bool need_join;
160 size_t stack_size;
/dports/databases/mariadb103-client/mariadb-10.3.34/plugin/handler_socket/client/
H A Dhstest.cpp108 int r = read(fd, buf, sizeof(buf)); in reset()
109 if (r <= 0) { in reset()
114 in reset()
116 void in reset()
117 gentle_close(int fd) in reset()
119 int r = shutdown(fd, SHUT_WR); in reset()
141 mutable volatile int enable_timing; in reset()
152 while (wait_conn != 0 && conn_count < wait_conn) { in reset()
159 struct hstest_thread { in reset()
160 struct arg_type { in reset()
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/handler_socket/client/
H A Dhslongrun.cpp108 struct thread_base { struct
109 thread_base() : need_join(false), stack_size(256 * 1024) { } in thread_base() function
110 virtual ~thread_base() { in ~thread_base()
114 void start() { in start()
119 bool start_nothrow() { in start_nothrow()
141 void join() { in join()
152 static void *thread_main(void *arg) { in thread_main()
158 pthread_t thr;
159 bool need_join;
160 size_t stack_size;
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/utils/
H A Dthread_base.cc54 thread_base::thread_base() : in thread_base() function in torrent::thread_base
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dcom_init_util.cc30 void* thread_base; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dcom_init_util.cc28 void* thread_base; member
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dturbostat.c222 #define GET_THREAD(thread_base, thread_no, core_no, pkg_no) \ argument
720 struct thread_data *thread_base, struct core_data *core_base, in for_all_cpus()
1392 static void init_counter(struct thread_data *thread_base, in init_counter()
/dports/news/tin/tin-2.4.5/src/
H A Dfeed.c583 int thread_base; in feed_articles() local
/dports/chinese/tin/tin-2.4.5/src/
H A Dfeed.c583 int thread_base; in feed_articles() local
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DflexScan.cpp610 unsigned int thread_base = (thread_no * 2000000) + (tNodeId * 26000); in flexScanThread() local
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DflexScan.cpp610 unsigned int thread_base = (thread_no * 2000000) + (tNodeId * 26000); in flexScanThread() local
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DflexScan.cpp610 unsigned int thread_base = (thread_no * 2000000) + (tNodeId * 26000); in flexScanThread() local
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DflexScan.cpp610 unsigned int thread_base = (thread_no * 2000000) + (tNodeId * 26000); in flexScanThread() local
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DflexScan.cpp610 unsigned int thread_base = (thread_no * 2000000) + (tNodeId * 26000); in flexScanThread() local
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DflexScan.cpp610 unsigned int thread_base = (thread_no * 2000000) + (tNodeId * 26000); in flexScanThread() local
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DflexScan.cpp610 unsigned int thread_base = (thread_no * 2000000) + (tNodeId * 26000); in flexScanThread() local
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DflexScan.cpp610 unsigned int thread_base = (thread_no * 2000000) + (tNodeId * 26000); in flexScanThread() local

12