P99
|
#include "p99_type.h"
#include "p99_threads.h"
#include "p99_posix_default.h"
#include "p99_futex_linux.h"
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 |