CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
tlscleanup.h File Reference

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)
 

Detailed Description

Per-thread cleanup callback registration.

Definition in file tlscleanup.h.