2 * Copyright 2003-2009, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
9 #include <support/TLS.h>
12 #define TLS_SIZE (TLS_MAX_KEYS * sizeof(void *))
15 TLS_BASE_ADDRESS_SLOT
= 0,
16 // contains the address of the local storage space
20 TLS_ON_EXIT_THREAD_SLOT
,
22 TLS_DYNAMIC_THREAD_VECTOR
,
24 // Note: these entries can safely be changed between
25 // releases; 3rd party code always calls tls_allocate()
29 // the first free slot for user allocations
32 #endif /* _KERNEL_TLS_H */