Home
last modified time | relevance | path

Searched refs:srv_running (Results 1 – 18 of 18) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Dsrv0srv.h451 extern std::atomic<st_my_thread_var *> srv_running;
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Dsrv0srv.h451 extern std::atomic<st_my_thread_var *> srv_running;
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Dsrv0srv.h454 extern st_my_thread_var *srv_running;
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/include/
H A Dsrv0srv.h454 extern st_my_thread_var *srv_running;
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dsrv_main.c2700 static void srv_running(void) in srv_running() function
3384 srv_running(); in srv_main()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dsrv_main.c2700 static void srv_running(void) in srv_running() function
3384 srv_running(); in srv_main()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/srv/
H A Dsrv0start.cc2447 ut_ad(!srv_running.load(std::memory_order_relaxed)); in innodb_shutdown()
H A Dsrv0srv.cc2856 } while (!srv_running.load(std::memory_order_relaxed) in srv_purge_wakeup()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/srv/
H A Dsrv0start.cc2447 ut_ad(!srv_running.load(std::memory_order_relaxed)); in innodb_shutdown()
H A Dsrv0srv.cc2856 } while (!srv_running.load(std::memory_order_relaxed) in srv_purge_wakeup()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/srv/
H A Dsrv0srv.cc2888 (&srv_running), in srv_purge_wakeup()
H A Dsrv0start.cc2557 (&srv_running), in innodb_shutdown()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/srv/
H A Dsrv0srv.cc2888 (&srv_running),
H A Dsrv0start.cc2557 (&srv_running), in innodb_shutdown()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/handler/
H A Dha_innodb.cc290 st_my_thread_var *srv_running; variable
318 my_atomic_storeptr_explicit(reinterpret_cast<void**>(&srv_running), in thd_destructor_proxy()
322 while (!srv_running->abort) in thd_destructor_proxy()
325 my_atomic_storeptr_explicit(reinterpret_cast<void**>(&srv_running), in thd_destructor_proxy()
4375 (&srv_running), in innodb_init()
4457 reinterpret_cast<void**>(&srv_running), in innobase_end()
17472 (&srv_running), in fast_shutdown_validate()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/handler/
H A Dha_innodb.cc290 st_my_thread_var *srv_running; variable
318 my_atomic_storeptr_explicit(reinterpret_cast<void**>(&srv_running), in thd_destructor_proxy()
322 while (!srv_running->abort) in thd_destructor_proxy()
325 my_atomic_storeptr_explicit(reinterpret_cast<void**>(&srv_running), in thd_destructor_proxy()
4375 (&srv_running), in innodb_init()
4457 reinterpret_cast<void**>(&srv_running), in innobase_end()
17472 (&srv_running), in fast_shutdown_validate()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/handler/
H A Dha_innodb.cc279 std::atomic <st_my_thread_var *> srv_running; variable
307 srv_running.store(myvar, std::memory_order_relaxed); in thd_destructor_proxy()
312 srv_running.store(NULL, std::memory_order_relaxed); in thd_destructor_proxy()
4385 while (!srv_running.load(std::memory_order_relaxed)) in innodb_init()
4461 if (auto r = srv_running.load(std::memory_order_relaxed)) { in innobase_end()
17309 && !srv_running.load(std::memory_order_relaxed)) { in fast_shutdown_validate()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/handler/
H A Dha_innodb.cc279 std::atomic <st_my_thread_var *> srv_running; variable
307 srv_running.store(myvar, std::memory_order_relaxed); in thd_destructor_proxy()
312 srv_running.store(NULL, std::memory_order_relaxed); in thd_destructor_proxy()
4385 while (!srv_running.load(std::memory_order_relaxed)) in innodb_init()
4461 if (auto r = srv_running.load(std::memory_order_relaxed)) { in innobase_end()
17309 && !srv_running.load(std::memory_order_relaxed)) { in fast_shutdown_validate()