Searched refs:weak (Results 1 – 4 of 4) sorted by relevance
22 …,已经适配了 aarch64 与 riscv64 平台,例如 stm32 等平台需要在自己的 bsp 里面进行适配(boottime 里面函数都为 weak function),需要注意 tick…36 hrtimer 为高精度定时器,需要重写其 weak 函数(需要对接到硬件定时器,否则默认走的是软件定时器,分辨率只有 os tick 的值)才能正常使用,其主要使用方法:
14 #define __WEAK __attribute__((weak))33 #define __WEAK __attribute__((weak))64 #define __WEAK __attribute__((weak))
28 __attribute__((weak)) uint64_t __arch_get_hw_frq() in __arch_get_hw_frq()
52 …nge_8(volatile void *ptr, volatile void *expected, uint64_t desired, bool weak, int success_memord… in __atomic_compare_exchange_8() argument
Completed in 5 milliseconds