Macros§
- make_
preemptive_ singleton - Create an uninitialized preemptive singleton.
- make_
singleton - Create an uninitialized singleton.
Structs§
- Preemptive
Singleton - A pointer type for holding non-shared global state in multi-thread environment. Only the thread that sucessfully put data in it can access the data.
- Singleton
- A pointer type for holding shared global state in multi-thread environment.