Quantcast
Channel: Atomic Operation in Linux Kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Atomic Operation in Linux Kernel

$
0
0

typedef struct { int counter; } atomic_t;

what does atomic_t means? HOW does compiled treats it? Historically, counter has been declared volatile, which implied it's a CPU register right?


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images