|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Macros | |
| #define | thread_local __thread |
Functions | |
| static thread_local volatile | _Alignas (4) |
| static thread_local volatile | _Alignas (16) |
| static thread_local volatile | _Alignas (32) |
| void * | thd (void *v) |
| int | main (int argc, char **argv) |
Variables | |
| static thread_local volatile uint16_t | tls_uint16 [256] = { 0 } |
| static thread_local volatile uint32_t | tdata_test = 0x5A |
| #define thread_local __thread |
|
static |
|
static |
|
static |
| int main | ( | int | argc, |
| char ** | argv ) |
References fprintf, printf, thd(), thd_create(), and thd_join().
| void * thd | ( | void * | v | ) |
References fprintf, printf, tdata_test, thd_sleep(), and tls_uint16.
Referenced by main(), and TAILQ_HEAD().
|
static |
Referenced by thd().
|
static |
Referenced by thd().