#include <cu/fwd.h>#include <cu/conf.h>#include <cu/threadlocal.h>#include <pthread.h>#include <iconv.h>#include <atomic_ops.h>Go to the source code of this file.
Data Structures | |
| struct | cuP_tstate |
Defines | |
| #define | CU_GRAN_SIZEW (CU_GRAN_SIZE/CU_WORD_SIZE) |
| #define | cuP_tstate_glck cuP_tstate |
Typedefs | |
| typedef AO_t | cu_rarex_t |
| typedef struct cuP_tstate * | cuP_tstate_t |
Enumerations | |
| enum | cu_memkind_t { cu_memkind_normal, cu_memkind_atomic, cu_memkind_uncoll, cu_memkind_atomic_uncoll, cu_memkind_object, cu_memkind_cnt } |
Functions | |
| cuP_tstate_t | cuP_tstate (void) |
Variables | |
| pthread_mutex_t | cuP_global_mutex |
| cuP_tstate_t | cuP_tstate_chain |