![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_dev_pixelpipe_cache_wait_record_t:Data Fields | |
| dt_dev_pixelpipe_cache_wait_t * | wait |
| uint64_t | request_id |
| int64_t | queued_at_us |
Definition at line 44 of file dev_pixelpipe.c.
| int64_t dt_dev_pixelpipe_cache_wait_record_t::queued_at_us |
Definition at line 48 of file dev_pixelpipe.c.
Referenced by dt_dev_pixelpipe_cache_peek_gui(), dt_dev_pixelpipe_cache_wait_cleanup(), and dt_dev_pixelpipe_cache_wait_dump_pending().
| uint64_t dt_dev_pixelpipe_cache_wait_record_t::request_id |
Definition at line 47 of file dev_pixelpipe.c.
Referenced by dt_dev_pixelpipe_cache_peek_gui().
| dt_dev_pixelpipe_cache_wait_t* dt_dev_pixelpipe_cache_wait_record_t::wait |
Definition at line 46 of file dev_pixelpipe.c.
Referenced by _cache_wait_manager_remove_wait_locked(), _dt_dev_pixelpipe_cache_wait_ready_callback(), dt_dev_pixelpipe_cache_peek_gui(), and dt_dev_pixelpipe_cache_wait_dump_pending().