Files
rtems/cpukit/score/src
Sebastian Huber 8a864bc62c score: Use PTHREAD_CANCELED for _Thread_Cancel()
The rtems_task_delete() directive is basically just a combined pthread_cancel()
and pthread_join().  In addition, it removes the PTHREAD_DETACHED state.  The
exit value returned by pthread_join() of threads cancelled by
rtems_task_delete() should reflect this by getting a PTHREAD_CANCELED value
instead of NULL which could be a normal exit value.

Close #4680.
2022-07-28 07:53:04 +02:00
..
2022-03-24 11:10:48 +01:00
2022-06-23 10:28:49 +02:00
2022-03-08 08:12:47 +01:00
2022-05-18 11:34:53 +02:00
2022-05-18 11:34:53 +02:00
2022-03-24 11:10:49 +01:00