#include <stdatomic.h>
Go to the source code of this file.
◆ dt_atomic_int
◆ dt_atomic_add_int()
◆ dt_atomic_CAS_int()
int dt_atomic_CAS_int |
( |
dt_atomic_int * |
var, |
|
|
int * |
expected, |
|
|
int |
value |
|
) |
| |
|
inline |
◆ dt_atomic_exch_int()
◆ dt_atomic_get_int()
◆ dt_atomic_set_int()
Referenced by dt_database_init(), dt_dev_add_history_item_real(), dt_dev_darkroom_pipeline(), dt_dev_invalidate_preview_real(), dt_dev_invalidate_real(), dt_dev_invalidate_zoom_preview(), dt_dev_invalidate_zoom_real(), dt_dev_pixelpipe_init_cached(), dt_dev_pixelpipe_rebuild(), dt_dev_pixelpipe_resync_main(), dt_dev_pixelpipe_resync_preview(), and leave().
◆ dt_atomic_sub_int()