|
VSF Documented
|
Go to the source code of this file.
Data Structures | |
| struct | refcount_struct |
Macros | |
| #define | REFCOUNT_INIT(__VALUE) { .refs = ATOMIC_INIT(__VALUE) } |
Typedefs | |
| typedef struct refcount_struct | refcount_t |
| #define REFCOUNT_INIT | ( | __VALUE | ) | { .refs = ATOMIC_INIT(__VALUE) } |
| typedef struct refcount_struct refcount_t |