Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ wait_for_refs
Method
wait_for_refs
sql/table_cache.cc:1260–1264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1258
*/
1259
1260
void TDC_element::wait_for_refs(uint my_refs)
1261
{
1262
while (ref_count > my_refs)
1263
mysql_cond_wait(&COND_release, &LOCK_table_share);
1264
}
1265
1266
1267
/**
Callers
1
tdc_remove_referenced_share
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected