opencv2/cudev/util/atomic.hpp#
#include <../common.hpp>
Include dependency graph for atomic.hpp:
This graph shows which files directly or indirectly include atomic.hpp:
Namespaces#
namespace cv
namespace cv::cudev
Functions#
static double cv::cudev::atomicAdd (double *address, double val)
float cv::cudev::atomicAdd (float *address, float val)
int cv::cudev::atomicAdd (int *address, int val)
uint cv::cudev::atomicAdd (uint *address, uint val)
static double cv::cudev::atomicMax (double *address, double val)
static float cv::cudev::atomicMax (float *address, float val)
int cv::cudev::atomicMax (int *address, int val)
uint cv::cudev::atomicMax (uint *address, uint val)
static double cv::cudev::atomicMin (double *address, double val)
static float cv::cudev::atomicMin (float *address, float val)
int cv::cudev::atomicMin (int *address, int val)
uint cv::cudev::atomicMin (uint *address, uint val)