![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_memory_pressure_watch_t:Data Fields | |
| pthread_t | thread |
| int | fds [DT_MEMORY_PRESSURE_MAX_LEVELS] |
| int | count |
| int | stop_fd |
| gboolean | running |
| void(* | stalled )(void *user) |
| void * | user |
Definition at line 167 of file memory_pressure.c.
| int dt_memory_pressure_watch_t::count |
Definition at line 172 of file memory_pressure.c.
Referenced by _watch_close(), _watch_thread(), dt_memory_pressure_watch_levels(), and dt_memory_pressure_watch_start().
| int dt_memory_pressure_watch_t::fds[DT_MEMORY_PRESSURE_MAX_LEVELS] |
Definition at line 171 of file memory_pressure.c.
Referenced by _watch_close(), _watch_thread(), and dt_memory_pressure_watch_start().
| gboolean dt_memory_pressure_watch_t::running |
Definition at line 174 of file memory_pressure.c.
Referenced by dt_memory_pressure_watch_start(), and dt_memory_pressure_watch_stop().
Definition at line 175 of file memory_pressure.c.
Referenced by _watch_thread(), and dt_memory_pressure_watch_start().
| int dt_memory_pressure_watch_t::stop_fd |
Definition at line 173 of file memory_pressure.c.
Referenced by _watch_close(), _watch_thread(), dt_memory_pressure_watch_start(), and dt_memory_pressure_watch_stop().
| pthread_t dt_memory_pressure_watch_t::thread |
Definition at line 170 of file memory_pressure.c.
Referenced by dt_memory_pressure_watch_start(), and dt_memory_pressure_watch_stop().
| void* dt_memory_pressure_watch_t::user |
Definition at line 176 of file memory_pressure.c.
Referenced by _watch_thread(), and dt_memory_pressure_watch_start().