5 #ifndef _CTHREAD_TLS_H_
6 #define _CTHREAD_TLS_H_
15 #define CNE_PER_CTHREAD_SECTION_SIZE ((uintptr_t)&__stop_per_dt - (uintptr_t)&__start_per_dt)
17 #define CNE_PER_CTHREAD_SECTION_SIZE 0
30 void _cthread_tls_destroy(
struct cthread *ct);
31 void _cthread_key_pool_init(
void);
32 int _cthread_tls_alloc(
struct cthread *ct);
void(* tls_destructor_func)(void *)