This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose pthread_mutex_lock_timeout_np to the NDK.
The proper API for this isn't available until L, so expose this for API levels earlier than that. Test: make checkbuild Bug: android/ndk#420 Change-Id: I382b8f557be9530f3e13aaae353b4a6e7f9301ab
- Loading branch information
8c67f1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I showed in android/ndk#423, this patch is not enough. Please supply all defines and functions that were declared in pthread.h before android-21.