CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
tlscleanup.h
Go to the documentation of this file.
1
35
36
#pragma once
37
38
#include <cx/cx.h>
39
45
typedef
void (*
TLSCleanupCB
)(
void
* data);
46
54
CX_C
void
thrRegisterCleanup
(
TLSCleanupCB
cb,
void
* data);
55
57
// end of thread_tlscleanup group
thrRegisterCleanup
CX_C void thrRegisterCleanup(TLSCleanupCB cb, void *data)
TLSCleanupCB
void(* TLSCleanupCB)(void *data)
Definition
tlscleanup.h:45
cx
thread
tlscleanup.h
Generated by
1.9.8