yinshengkai 4af6db7c80 mutex: remove mutex trylock holder check
The standard describes trylock as follows, trylock should never cause the system to stop running:

The pthread_mutex_trylock() function shall be equivalent to
pthread_mutex_lock(), except that if the mutex object referenced by
mutex is currently locked (by any thread, including the current thread),
the call shall return immediately.

https://linux.die.net/man/3/pthread_mutex_trylock

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-08-23 08:56:00 +08:00
..
2024-08-22 01:54:22 +08:00
2022-12-21 10:56:45 +08:00
2022-08-24 16:58:10 +08:00
2022-08-24 16:58:10 +08:00
2021-08-02 08:23:35 -03:00
2024-08-19 11:05:40 -03:00
2024-08-22 01:54:22 +08:00