platform_bionic/libc/arch-riscv64
Nick Desaulniers c574f79afa Clean up __always_inline
While studying the implementation of POSIX pthread_rwlock* functions, I noticed
that two functions were marked __always_inline twice. "They must really mean it
this time."

Also add back `inline` keyword to one other usage of __always_inline to be
consistent with other uses of __always_inline throughout the codebase.

Change-Id: Ibf9eaed5fc9fd03afcdd969cff82dec71a8ce30f
2024-04-17 10:50:41 -07:00
..
bionic riscv64: use L() in the handful of places we didn't already. 2024-04-08 16:32:25 +00:00
string string/memory functions: avoid qemu bugs/performance issues. 2023-11-15 15:49:57 -08:00
dynamic_function_dispatch.cpp Clean up __always_inline 2024-04-17 10:50:41 -07:00
static_function_dispatch.S string/memory functions: avoid qemu bugs/performance issues. 2023-11-15 15:49:57 -08:00