android_device_samsung_a20/universal7885-common/apps/aidl-support
Repository files (latest commit first)
Filename Latest commit message Latest commit date
roynatech2544 72f2eb6800 universal7885: parts-aidl: Unlock mutex if try_lock() returned true
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
2022-10-11 21:21:57 +09:00
..
fm universal7885: fm-aidl: Set max threads to 3 2022-10-11 04:07:03 +00:00
libfileio universal7885: libFileIO: Log write data too 2022-10-07 10:58:48 +09:00
parts universal7885: parts-aidl: Unlock mutex if try_lock() returned true 2022-10-11 21:21:57 +09:00
LICENSE universal7885: aidl-support: Mark unstable and fix errors 2022-10-05 09:59:34 +00:00