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
45typedef void (*TLSCleanupCB)(void* data);
46
54CX_C void thrRegisterCleanup(TLSCleanupCB cb, void* data);
55
57// end of thread_tlscleanup group
CX_C void thrRegisterCleanup(TLSCleanupCB cb, void *data)
void(* TLSCleanupCB)(void *data)
Definition tlscleanup.h:45