mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
try_lock() returns instantly, but it does acquires mutex lock if it is avaliable. If we just return try_lock() result, mutex is still locked by the thread. So it results in forever false with try_lock(). If the try_lock() returns true, unlock and return true for fix |
||
| .. | ||
| aidl_api/vendor.eureka.hardware.parts | ||
| default | ||
| vendor/eureka/hardware/parts | ||
| Android.bp | ||