fangxinyong
d08b81db9d
sched: fix pthread_exit crash
...
A normal user task calls pthread_exit(), will crash at DEBUGASSERT.
Cause pthread_exit limit in user pthread task.
test case:
int main(int argc, FAR char *argv[])
{
pthread_exit(NULL);
return 0;
}
>> test
>> echo $?
>> 0
Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
2023-06-28 15:17:17 +08:00
..
2023-04-25 15:34:40 +08:00
2023-04-25 15:34:40 +08:00
2023-06-14 12:00:48 +08:00
2023-06-28 15:17:17 +08:00
2022-10-29 21:12:40 +02:00
2023-03-23 17:17:25 -06:00
2022-10-29 21:12:40 +02:00
2023-06-28 02:25:05 +08:00
2023-06-09 13:53:27 +08:00
2023-06-15 10:12:25 -03:00
2023-06-28 15:17:17 +08:00
2023-06-15 10:12:25 -03:00
2021-06-03 08:36:03 -07:00
2022-06-30 22:08:58 +03:00
2022-12-08 03:13:44 +08:00
2023-06-15 10:12:25 -03:00
2022-12-08 03:13:44 +08:00
2022-10-29 21:12:40 +02:00
2022-10-29 21:12:40 +02:00
2021-02-09 01:21:53 -08:00
2022-10-29 21:12:40 +02:00
2023-04-24 01:54:44 +08:00
2023-02-02 10:33:01 +08:00
2023-05-06 23:12:20 +08:00
2022-10-17 15:59:46 +09:00
2021-06-03 08:36:03 -07:00
2022-06-30 22:08:58 +03:00
2020-05-09 14:19:08 -03:00
2021-02-09 01:21:53 -08:00
2023-06-15 10:12:25 -03:00