Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ empty
Method
empty
tpool/tpool_structs.h:239–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
{
238
}
239
bool empty() { return m_head == m_tail; }
240
bool full() { return (m_head + 1) % m_capacity == m_tail; }
241
void clear() { m_head = m_tail = 0; }
242
void resize(size_t new_size)
Callers
8
execute
Method · 0.45
~task_group
Method · 0.45
wait_for_tasks
Method · 0.45
get_task
Method · 0.45
check_idle
Method · 0.45
maintenance
Method · 0.45
wake
Method · 0.45
maybe_wake_or_create_thread
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected