Which library in the Android NDK implements the "__sync_synchronize" function
319 views
Skip to first unread message
Horácio Filho
unread,
Aug 30, 2024, 9:21:25 AM8/30/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hello,
Please could someone here tell me which library in the Android NDK 27 implements the "__sync_synchronize" function? I have tested the "libclang_rt.builtins-arm-android.a" library, but it is not the answer here, unfortunately.
Obrigado.
enh
unread,
Aug 30, 2024, 9:28:20 AM8/30/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to andro...@googlegroups.com
it should become a single inline instruction on all of our supported
architectures (`dmb ish` on arm64, say) --- no need for a function.