4#include <cx/thread/atomic.h>
14typedef struct CChainNode CChainNode;
15typedef struct CChainNode
20 atomic(uint32) refcount;
25intptr _closureCompare(_In_ closure cls1, _In_ closure cls2);
bool(* closureFunc)(stvlist *cvars, stvlist *args)
#define stvar(typen, val)
Closures and callback chains aggregated header.
Reader-writer lock synchronization primitive.