Home
last modified time | relevance | path

Searched refs:__attribute_const__ (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h190 #ifndef __attribute_const__
192 #define __attribute_const__ __attribute__((const)) macro
194 #define __attribute_const__ macro
/Zephyr-latest/include/zephyr/
Dkernel_structs.h252 __attribute_const__ struct k_thread *z_smp_current_get(void);
Dkernel.h653 __attribute_const__
662 __attribute_const__
/Zephyr-latest/kernel/
Dsmp.c252 __attribute_const__ struct k_thread *z_smp_current_get(void) in z_smp_current_get()
/Zephyr-latest/include/zephyr/toolchain/
Dgcc.h270 #ifndef __attribute_const__
271 #define __attribute_const__ __attribute__((__const__)) macro