Huang Qi
a2941532bd
pthread: Avoid recursive pthread_exit call
...
pthread_exit will be called recursive when pthread_cancel
or other cleanup operation with syscalls that support
cancellation, to avoid this by mark current tcb flag as
TCB_FLAG_CANCEL_DOING instead of TCB_FLAG_CANCEL_PENDING.
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2021-05-21 22:46:52 -06:00
..
2021-05-21 22:46:52 -06:00
2021-05-21 22:46:52 -06:00
2021-02-09 01:21:53 -08:00
2021-02-09 01:21:53 -08:00
2021-03-19 23:01:20 -07:00
2020-05-17 14:01:00 -03:00
2020-04-06 00:13:05 +01:00
2021-05-21 22:46:52 -06:00
2021-02-09 01:21:53 -08:00
2021-05-21 22:46:52 -06:00
2021-02-09 01:21:53 -08:00
2021-02-09 01:21:53 -08:00
2021-02-09 01:21:53 -08:00
2021-03-03 08:21:04 +00:00
2020-11-10 19:41:46 -08:00
2021-02-09 01:21:53 -08:00
2020-06-15 07:16:21 -06:00
2020-05-09 14:19:08 -03:00
2020-05-09 14:19:08 -03:00
2021-02-09 01:21:53 -08:00
2020-05-17 14:01:00 -03:00
2021-02-09 01:21:53 -08:00
2020-05-09 14:19:08 -03:00
2021-02-09 01:21:53 -08:00
2021-02-09 01:21:53 -08:00
2020-11-22 19:01:05 -08:00
2020-05-09 14:19:08 -03:00
2020-05-09 14:19:08 -03:00
2021-02-09 01:21:53 -08:00
2021-05-21 22:46:52 -06:00