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
2024-08-22 01:54:22 +08:00
2022-08-13 13:28:24 +03:00
2022-08-13 13:28:24 +03:00
2022-08-13 13:28:24 +03:00
2022-08-13 13:28:24 +03:00
2022-12-14 22:37:32 +08:00
2022-08-13 13:28:24 +03:00
2022-08-13 13:28:24 +03:00
2022-09-24 21:26:56 +02: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
2023-05-08 09:57:01 +02:00
2023-10-29 17:16:09 +02:00
2024-06-29 22:44:39 +08:00
2023-05-08 09:57:01 +02:00
2024-08-18 10:27:03 -03:00
2024-03-07 09:08:48 +08:00
2021-08-02 08:23:35 -03:00
2023-05-08 09:57:01 +02:00
2022-09-20 16:21:06 +08:00
2023-05-08 09:57:01 +02:00
2024-08-21 02:04:15 +08:00
2022-07-01 11:51:53 +08:00
2023-10-29 17:16:09 +02:00
2024-08-19 11:05:40 -03:00
2022-10-12 17:22:24 +08:00
2023-12-11 02:06:51 -08:00
2022-12-05 14:27:55 +01:00
2022-12-05 14:27:55 +01:00
2023-12-14 08:46:12 -08:00
2023-12-14 08:46:12 -08:00
2023-09-07 23:11:10 +08:00
2023-10-11 23:39:37 +08:00
2023-12-10 07:02:03 -08:00
2023-05-08 09:57:01 +02:00
2023-05-08 09:57:01 +02:00
2023-05-08 09:57:01 +02:00
2024-08-23 08:56:00 +08:00
2023-02-03 23:22:41 +08:00
2023-05-08 09:57:01 +02:00
2024-08-22 01:54:22 +08:00
2023-12-10 21:54:01 -08:00
2023-12-10 21:54:01 -08:00
2021-04-02 11:12:25 -05:00
2021-04-02 11:12:25 -05:00
2021-04-02 11:12:25 -05:00
2021-04-02 11:12:25 -05:00
2021-08-02 15:59:51 -03:00
2021-04-02 11:12:25 -05:00
2021-04-02 11:12:25 -05:00
2021-04-02 11:12:25 -05:00
2021-04-02 11:12:25 -05:00
2021-04-02 11:12:25 -05:00
2023-05-08 09:57:01 +02:00
2024-03-23 11:42:22 +08:00
2021-03-22 19:28:38 -07:00
2024-08-22 01:54:22 +08:00