Searched refs:__attribute_const__ (Results 1 – 5 of 5) sorted by relevance
190 #ifndef __attribute_const__192 #define __attribute_const__ __attribute__((const)) macro194 #define __attribute_const__ macro
252 __attribute_const__ struct k_thread *z_smp_current_get(void);
653 __attribute_const__662 __attribute_const__
252 __attribute_const__ struct k_thread *z_smp_current_get(void) in z_smp_current_get()
270 #ifndef __attribute_const__271 #define __attribute_const__ __attribute__((__const__)) macro