|
CX Framework
Cross-platform C utility framework
|
Thread-safe lazy initialization. More...
#include <cx/cx.h>Go to the source code of this file.
Data Structures | |
| struct | LazyInitState |
| State tracker for lazy initialization. More... | |
Typedefs | |
| typedef struct LazyInitState | LazyInitState |
| State tracker for lazy initialization. | |
| typedef void(* | LazyInitCallback) (void *userData) |
Functions | |
| void | lazyInit (LazyInitState *state, LazyInitCallback initfunc, void *userData) |
Thread-safe lazy initialization.
Definition in file lazyinit.h.