CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
tlscleanup.h
1
#pragma once
2
3
#include <cx/cx.h>
4
5
typedef
void (*TLSCleanupCB)(
void
*data);
6
7
void
thrRegisterCleanup(TLSCleanupCB cb,
void
*data);
cx
thread
tlscleanup.h
Generated by
1.9.8