![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _holder_t:Data Fields | |
| int32_t | img |
| GMutex | lock |
| GCond | cond |
| gboolean | holding |
Definition at line 308 of file test_image_cache_flags_writeback.c.
| GCond _holder_t::cond |
Definition at line 312 of file test_image_cache_flags_writeback.c.
Referenced by _hold_entry(), and test_crawl_waits_for_a_held_entry().
| gboolean _holder_t::holding |
Definition at line 313 of file test_image_cache_flags_writeback.c.
Referenced by _hold_entry(), and test_crawl_waits_for_a_held_entry().
| int32_t _holder_t::img |
Definition at line 310 of file test_image_cache_flags_writeback.c.
Referenced by _hold_entry(), and test_crawl_waits_for_a_held_entry().
| GMutex _holder_t::lock |
Definition at line 311 of file test_image_cache_flags_writeback.c.
Referenced by _hold_entry(), and test_crawl_waits_for_a_held_entry().