Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ pop
Method
pop
tpool/tpool_structs.h:289–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
return m_buffer[m_tail];
288
}
289
void pop()
290
{
291
assert(!empty());
292
m_tail = (m_tail + 1) % m_capacity;
293
}
294
size_t size()
295
{
296
if (m_head < m_tail)
Callers
2
execute
Method · 0.45
get_task
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected