MCPcopy Create free account
hub / github.com/MariaDB/server / get_psi

Method get_psi

sql/sql_class.h:3489–3492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3487 }
3488
3489 PSI_thread* get_psi()
3490 {
3491 return static_cast<PSI_thread*>(my_atomic_loadptr((void*volatile*)&m_psi));
3492 }
3493
3494private:
3495 unsigned int m_current_stage_key;

Callers 4

thread_attachFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls 1

my_atomic_loadptrFunction · 0.50

Tested by

no test coverage detected