MCPcopy 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
1256void
1257ImageCacheTile::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_cacheMethod · 0.80
add_tile_to_cacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected