P99

◆ P99_DECLARE_ONCE_CHAIN

#define P99_DECLARE_ONCE_CHAIN (   T)    extern p99_once_flag P99_PASTE3(p99_, T, _once)

Declare the symbols that are needed for the macro P99_INIT_CHAIN().

Parameters
Tshould be unique for each use of this macro.
See also
P99_INIT_CHAIN
P99_DEFINE_ONCE_CHAIN

Definition at line 276 of file p99_threads.h.