P99
Data Fields
p99_futex_c11 Struct Reference

The structure that is used in the fallback implementation of p99_futex on non-linux systems. More...

#include <p99_futex_c11.h>

Data Fields

unsigned p99_awaking
 Holds the number of waiters on the condition that are to be woken up. More...
 
cnd_t p99_cnd
 A conditional variable to wait and signal changes to the value. More...
 
unsigned p99_cnt
 An unsigned that makes up the counter itself. More...
 
mtx_t p99_mut
 A mutex that locks the access to the data structure. More...
 
unsigned p99_waiting
 Holds the number of waiters on the condition. More...
 

Detailed Description

The structure that is used in the fallback implementation of p99_futex on non-linux systems.

Definition at line 28 of file p99_futex_c11.h.


The documentation for this struct was generated from the following file: