Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_memory_pressure_watch_t Struct Reference
+ 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)
 
voiduser
 

Detailed Description

Definition at line 167 of file memory_pressure.c.

Field Documentation

◆ count

int dt_memory_pressure_watch_t::count

◆ fds

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().

◆ running

gboolean dt_memory_pressure_watch_t::running

◆ stalled

void(* dt_memory_pressure_watch_t::stalled) (void *user)

Definition at line 175 of file memory_pressure.c.

Referenced by _watch_thread(), and dt_memory_pressure_watch_start().

◆ stop_fd

int dt_memory_pressure_watch_t::stop_fd

◆ thread

pthread_t dt_memory_pressure_watch_t::thread

◆ user

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().


The documentation for this struct was generated from the following file: