P99
Data Structures | Typedefs
p99_futex.h File Reference
#include "p99_type.h"
#include "p99_threads.h"
#include "p99_posix_default.h"
#include "p99_futex_linux.h"
+ Include dependency graph for p99_futex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  p99_futex
 A counter similar to a conditional variable that allows atomic increment and decrement and to wait for the atomic compare and exchange for a specific value. More...
 

Typedefs

typedef struct p99_futex_c11 p99_futex_c11