I am trying to do some multithreading using the Android Native Development Kit, so I need a mutex on the C++ side.
What's the proper way to create and use a mutex with Android NDK?
The NDK appears to have support for pthread mutexes. I've not made use of them myself.
2.1m questions
2.1m answers
60 comments
57.0k users