Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ wait_pixels_ready
Method
wait_pixels_ready
src/libtexture/imagecache.cpp:1256–1263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1254
1255
1256
void
1257
ImageCacheTile::wait_pixels_ready () const
1258
{
1259
atomic_backoff backoff;
1260
while (! m_pixels_ready) {
1261
backoff();
1262
}
1263
}
1264
1265
1266
Callers
2
find_tile_main_cache
Method · 0.80
add_tile_to_cache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected