Closed fnwinter closed 2 years ago
I didn't test this patch for linux yet.
atomic_fetch_or are actually available, they just needed manual qualification, see #17
The pthread symbol is in platform 26 and above - the cmake build system in #26 handles that.
@rpavlik thank you for comments. this patch is not necessary anymore so I'll close this.
ndk has no pthread_getname_np symbol yet, so it needs to be protected by ANDROID. Also std::atomic_fetch_or / and are not provived by ndk. so change them to member functions.