|
CX Framework
Cross-platform C utility framework
|
Per-thread cleanup callback registration. More...
#include <cx/cx.h>Go to the source code of this file.
Typedefs | |
| typedef void(* | TLSCleanupCB) (void *data) |
Functions | |
| CX_C void | thrRegisterCleanup (TLSCleanupCB cb, void *data) |
Per-thread cleanup callback registration.
Definition in file tlscleanup.h.