Searched refs:Z_THREAD_LOCAL (Results 1 – 15 of 15) sorted by relevance
38 #ifndef Z_THREAD_LOCAL40 #define Z_THREAD_LOCAL thread_local macro42 #define Z_THREAD_LOCAL thread_local macro44 #define Z_THREAD_LOCAL _Thread_local macro46 #define Z_THREAD_LOCAL __thread macro
666 extern Z_THREAD_LOCAL k_tid_t z_tls_current; in k_current_get()
18 Z_THREAD_LOCAL k_tid_t z_tls_current;22 extern Z_THREAD_LOCAL volatile uintptr_t __stack_chk_guard;
54 static uint8_t Z_THREAD_LOCAL thread_data8 = STATIC_DATA8;55 static uint32_t Z_THREAD_LOCAL thread_data32 = STATIC_DATA32;56 static uint64_t Z_THREAD_LOCAL thread_data64 = STATIC_DATA64;59 static uint8_t Z_THREAD_LOCAL thread_bss8;60 static uint32_t Z_THREAD_LOCAL thread_bss32;61 static uint64_t Z_THREAD_LOCAL thread_bss64;
32 The macro ``Z_THREAD_LOCAL`` can be used to declare thread local variables.38 extern Z_THREAD_LOCAL int i;44 Z_THREAD_LOCAL int i;50 static Z_THREAD_LOCAL int j;
30 extern Z_THREAD_LOCAL int z_errno_var;
30 Z_THREAD_LOCAL int z_errno_var;
51 Z_THREAD_LOCAL volatile uintptr_t __stack_chk_guard;
15 extern Z_THREAD_LOCAL volatile uintptr_t __stack_chk_guard;
294 extern Z_THREAD_LOCAL volatile uintptr_t __stack_chk_guard;
147 extern Z_THREAD_LOCAL volatile uintptr_t __stack_chk_guard;
161 extern Z_THREAD_LOCAL uint8_t is_user_mode; in arch_is_user_context()
25 Z_THREAD_LOCAL uint32_t is_user_mode;
18 Z_THREAD_LOCAL uint8_t is_user_mode;
206 extern Z_THREAD_LOCAL uint32_t is_user_mode; in arch_is_user_context()