#include <assert.h>
#include <stdatomic.h>
#include <stdbool.h>
#include <stdint.h>
#include "compiler.h"
Data Structures | |
struct | picotm_ref16 |
struct | picotm_shared_ref16 |
Macros | |
#define | picotm_ref_count(self) |
#define | picotm_ref_down(self) |
#define | picotm_ref_init(self, count) |
#define | PICOTM_REF_INITIALIZER(__count) |
#define | picotm_ref_up(self) |
#define | PICOTM_SHARED_REF16_INITIALIZER(count) |
#define | PICOTM_SHARED_REF_INITIALIZER(__count) |